File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.0.9 - 2020-07-29]
9+
10+ New features:
11+ - Implement sorting by package popularity for declarations.
12+ - Add app version info to the footer.
13+ - Scroll to document top when search bar gets focus.
14+ - Group modules by package in the sidebar (#34 )
15+
16+ Bugfixes:
17+ - Fix CLI autocompleter (now works correctly with capital letters).
18+
19+ ## [ 0.0.8 - 2020-01-18]
20+
21+ Skipped due to failed deployment.
22+
23+ ## [ 0.0.7 - 2020-01-18]
24+
25+ Changes:
26+ - Consider something a builtin when there's no ` sourceSpan ` (#32 )
27+
828## [ 0.0.6 - 2019-11-29]
929
1030New features:
Original file line number Diff line number Diff line change 11{
22 "name" : " purescript-docs-search" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "description" : " Search frontend for the documentation generated by the PureScript compiler." ,
55 "directories" : {
66 "test" : " test"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ config ::
3030 , typeIndexDirectory :: String
3131 }
3232config =
33- { version: " 0.0.8 "
33+ { version: " 0.0.9 "
3434 , outputDirectory: " output"
3535 , requiredDirectories:
3636 [ " generated-docs"
You can’t perform that action at this time.
0 commit comments