Commit Graph

97 Commits

Author SHA1 Message Date
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
Vladimir Kalnitsky
b1f9554b8d
Clarify installation and development instructions (#36) 2020-07-08 12:17:35 +03:00
Fabrizio Ferrai
7c7179df6b
Bump version number (#33) 2020-01-18 15:06:27 +01:00
Fabrizio Ferrai
0b262291f7
Consider something a builtin when there's no sourceSpan (#32)
* Consider something a builtin when there's no sourceSpan

* Refactor `extractPackageName`

* Use module name to check if a declaration is built-in

* Recognize `Prim` module as built-in; add tests

* Code style

Fix #31

Co-authored-by: Vladimir Kalnitsky <klntsky@gmail.com>
2020-01-18 14:08:01 +01:00
Vladimir Kalnitsky
1e531e2d38
Specify api_token explicitly. (#30) 2019-11-29 19:12:49 +03:00
Vladimir Kalnitsky
25d3720d02
Attempt to fix NPM deployments (#29) 2019-11-29 18:56:20 +03:00
Vladimir Kalnitsky
bcf836ddbf
Bump version to v0.0.6 (#28) 2019-11-29 17:55:09 +03:00
Vladimir Kalnitsky
f5547d1f82
Listen for URI hash changes (#27) 2019-11-29 15:46:48 +03:00
Vladimir Kalnitsky
11426cdb73
Allow using the app as a search engine (show search term in URI h… (#26)
Allow using the app as a search engine (show search term in URI hash)
2019-11-23 02:06:31 +03:00