Commit Graph

105 Commits

Author SHA1 Message Date
Vladimir Kalnitsky
d5db431281 Extract module names from sources 2022-08-31 23:32:32 +04:00
Vladimir Kalnitsky
7593b0110f Add a ModuleParser 2022-08-31 23:32:32 +04:00
Vladimir Kalnitsky
e92258bdd2 Upgrade to 0.15.4. Temporary kill the tests, fix repo link in the app 2022-08-31 23:32:32 +04:00
Vladimir Kalnitsky
7ef455f041 Fix everything except toppoki tests 2022-08-31 23:32:32 +04:00
Vladimir Kalnitsky
66bffd8d29 Add KindedType 2022-08-31 23:32:32 +04:00
Vladimir Kalnitsky
6cc8a7f44b Add KindApp 2022-08-31 23:32:32 +04:00
dependabot[bot]
2892933748
Bump tar from 4.4.13 to 4.4.19 (#53)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 12:22:36 +01:00
dependabot[bot]
ad439e23db
Bump markdown-it from 12.0.5 to 12.3.2 (#55)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.5 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.0.5...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 10:44:44 +01:00
Fabrizio Ferrai
b25fc1adce
Fix NPM publish in CI (#50) 2021-04-20 15:10:29 +02:00
Fabrizio Ferrai
d8624318c4
Add release script (#49) 2021-04-19 12:44:58 +02:00
Vladimir Kalnitsky
8925f21cb2
Switch CI to GitHub Actions (#48)
Co-authored-by: Fabrizio Ferrai <fabrizio.ferrai@gmail.com>
2021-04-16 21:36:51 +02:00
Vladimir Kalnitsky
962fa47f25
Bump version to v0.0.11 (#47) 2021-04-15 22:24:55 +03:00
Vladimir Kalnitsky
c22dc0b2a6
Updates for v0.14 (#46)
Co-authored-by: Fabrizio Ferrai <fabrizio.ferrai@gmail.com>
2021-04-15 22:15:05 +03:00
klntsky
58ce738318 Bump version to v0.0.10 2020-08-11 20:29:23 +03:00
klntsky
3059925f81
Get latest purescript from github in .travis.yml 2020-08-09 19:10:53 +03:00
klntsky
622c2e5ea8
Apply suggestions 2020-08-09 18:56:39 +03:00
klntsky
9574c0b240
Refactor Docs.Search.App 2020-08-07 19:57:03 +03:00
klntsky
14ff0105d2
Upgrade package-set, use newer bower-json. 2020-08-07 17:01:03 +03:00
klntsky
abbc2b3e42
Expand current package in the sidebar. 2020-08-07 09:49:39 +03:00
klntsky
50777fa3a1
Update CHANGELOG 2020-08-06 11:40:17 +03:00
klntsky
226fc38555
Add puppeteer tests 2020-08-06 11:34:37 +03:00
klntsky
853ace8112
Add local package modules and Prim* to the sidebar
More newtype wrappers.
2020-08-04 14:55:31 +03:00
klntsky
73a6c092a0 Refactor Docs.Search.Config 2020-08-03 18:35:14 +03:00
klntsky
86304888a4 Add --package-name flag:
- Allows to specify current package name that will be used in the results;
Add Meta:
  - Allows to store some static info, as for now - just local package name;
Code style improvements.
2020-08-03 13:59:21 +03:00
klntsky
635056150f Group modules by default (#39) 2020-07-31 12:13:13 +03:00
klntsky
5fa7580d75 Change sidebar title to "Packages" when grouping modules by package name (#39) 2020-07-31 11:53:33 +03:00
klntsky
817f09fa14 Merge branch 'master' into develop 2020-07-31 11:39:43 +03:00
klntsky
68e36ead7b Update changelog, bump version 2020-07-30 00:10:51 +03:00
klntsky
93091a612e Fix CLI autocompleter (now works correctly with capital letters). 2020-07-30 00:10:51 +03:00
klntsky
fee7abefc0 Wrap package scores and identifiers in newtypes 2020-07-30 00:10:51 +03:00
klntsky
5bf02c2099 Wrap ModuleName and PackageName strings into newtypes 2020-07-30 00:10:51 +03:00
klntsky
16e1a4b280 Make results ordering stable. 2020-07-30 00:10:51 +03:00
klntsky
26bc704b55 Refactor sorting by package popularity 2020-07-30 00:10:51 +03:00
klntsky
2effbda58b Scroll to document top on window focus;
Minor refactoring.
2020-07-30 00:10:51 +03:00
klntsky
557bb712c5 Remove unnecessary FFI 2020-07-30 00:10:51 +03:00
klntsky
80d005944a Implement sort by package popularity for declarations
Allow searching for modules
2020-07-30 00:10:51 +03:00
klntsky
17ad192f71 Add app version info to the footer. 2020-07-30 00:10:51 +03:00
klntsky
9631afa010 Update changelog, bump version 2020-07-29 20:17:31 +03:00
klntsky
71f8a7591b Fix CLI autocompleter (now works correctly with capital letters). 2020-07-29 20:16:59 +03:00
klntsky
d502fcefc8 Wrap package scores and identifiers in newtypes 2020-07-27 22:24:32 +03:00
klntsky
fd2b46e83b Wrap ModuleName and PackageName strings into newtypes 2020-07-26 22:30:42 +03:00
klntsky
63f651cbba Make results ordering stable. 2020-07-26 00:47:20 +03:00
klntsky
f1cd6a5139 Refactor sorting by package popularity 2020-07-26 00:28:02 +03:00
klntsky
853027f70c Scroll to document top on window focus;
Minor refactoring.
2020-07-25 13:53:39 +03:00
klntsky
4a7647fb86 Remove unnecessary FFI 2020-07-24 17:47:53 +03:00
klntsky
d4884c9842 Implement sort by package popularity for declarations
Allow searching for modules
2020-07-18 00:14:54 +03:00
klntsky
406e0a7b2e Add app version info to the footer. 2020-07-09 11:11:56 +03:00
Vladimir Kalnitsky
668870462d
Update dependencies (#37) 2020-07-08 19:50:29 +03:00
klntsky
ec70116211 Update dependencies 2020-07-08 17:44:17 +03:00
Vladimir Kalnitsky
e5c1386ed5
Group modules by package in the sidebar (#34) 2020-07-08 14:27:49 +03:00