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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
28
## [ 0.0.6 - 2019-11-29]
9
29
10
30
New features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " purescript-docs-search" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"description" : " Search frontend for the documentation generated by the PureScript compiler." ,
5
5
"directories" : {
6
6
"test" : " test"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ config ::
30
30
, typeIndexDirectory :: String
31
31
}
32
32
config =
33
- { version: " 0.0.8 "
33
+ { version: " 0.0.9 "
34
34
, outputDirectory: " output"
35
35
, requiredDirectories:
36
36
[ " generated-docs"
You can’t perform that action at this time.
0 commit comments