Commit Graph

13 Commits

Author SHA1 Message Date
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
c22dc0b2a6
Updates for v0.14 (#46)
Co-authored-by: Fabrizio Ferrai <fabrizio.ferrai@gmail.com>
2021-04-15 22:15:05 +03:00
klntsky
14ff0105d2
Upgrade package-set, use newer bower-json. 2020-08-07 17:01:03 +03:00
klntsky
226fc38555
Add puppeteer tests 2020-08-06 11:34:37 +03:00
klntsky
ec70116211 Update dependencies 2020-07-08 17:44:17 +03:00
Vladimir Kalnitsky
bcf836ddbf
Bump version to v0.0.6 (#28) 2019-11-29 17:55:09 +03:00
Vladimir Kalnitsky
1681ac7371
Rendering comments as markdown; Add packages to the search index
* added: helpers to commands

* added: rendering comments as markdown

* Fix decoding errors for kind annotations in foralls.

https://travis-ci.com/spacchetti/starsuit/jobs/229423445#L2489

Fix missing kind annotations in foralls for type class members

E.g. Before:

reifyKeyAndValueSymbols' :: forall f l. ReifyKeyAndValueSymbols l => f l -> List (Tuple String String)

After:

reifyKeyAndValueSymbols' :: forall (f :: RowList -> Type) l. ReifyKeyAndValueSymbols l => f l -> List (Tuple String
String)

* Add packages to the search index
2019-09-06 10:17:48 +03:00
Vladimir Kalnitsky
4ce20e3251
added: CLI interface; added: search REPL (#5)
* added: CLI interface
added: search REPL

* added: shebang to the executable file

* added: automatic deployments

* better heuristics for package name detection

* added: previews
2019-07-21 17:29:43 +03:00
Vladimir Kalnitsky
e69e81379a
added: "S" hotkey to focus on search field (#4) 2019-07-15 23:08:58 +03:00
klntsky
5c1d481041
better style 2019-06-24 12:17:39 +03:00
klntsky
07605cfff0
added: search field 2019-06-23 20:04:05 +03:00
klntsky
a1242d55ee
WIP 2019-06-23 14:44:49 +03:00