You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ 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.12 - 2022-08-31]
9
+
10
+
Changes:
11
+
- Package structure change: `dist/purescript-docs-search.cjs` has been moved to `dist/purescript-docs-search.cjs` due to NodeJS restrictions for `type: module` packages.
12
+
13
+
New features:
14
+
- Docs for each CLI option
15
+
- New `--source-files` option that allows to specify `.purs` sources (see below)
16
+
17
+
Bugfixes:
18
+
- Include modules with only re-exports in the module list ([#62](https://github.com/purescript/purescript-docs-search/issues/62))
<> help "Glob that captures `bower.json` files. These files are used to build dependency trees to compute package popularity scores based on how many dependants a package has."
122
125
)
123
126
)
124
127
)
@@ -129,6 +132,7 @@ packageNameOption =
129
132
( long "package-name"
130
133
<> metavar "PACKAGE"
131
134
<> value (unwrap Config.defaultPackageName)
135
+
<> help "Local package name as it should appear in the search results"
0 commit comments