Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Mar 27, 2019
1 parent 58cc630 commit bc7825a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# Release History

* 20190328, V0.2.1
* Added colorized output, PR #30 (thanks @erogleva - Elena Rogleva)
* 20190316, V0.2.0
* Notable changes: Now, npm-license-crawler will always terminate if an invalid
`--exclude` path is provided. This is to provide a more consistent error behavior
* Revised error handling of the directory reader, issue #28
* Revised example given in README, issue #28
* Fixed option '--onlyDirectDependencies' always took the `dependencies`, even
if the option `--development` was provided (thanks @Sly321)
* Added support for separation of production/development dependencies (thanks @elgohr)
if the option `--development` was provided (thanks @Sly321 - Sven Liebig)
* Added support for separation of production/development dependencies (thanks @elgohr - Lars Gohr)

* 20180531, V0.1.9
* Fixed splitting dependency package names on last `@`-sign rather than matching
first one (thanks @jamiemjennings)

* 20180308, V0.1.8
* Fixed type error in filter for '--onlyDirectDependencies' which occurred with invalid
package file without a proper `name` entry (thanks @Adam Jabłoński)
package file without a proper `name` entry (thanks @dzablo - Adam Jabłoński)

* 20180220, V0.1.7
* Fixed missing command line option handlers for --omitVersion and --onlyDirectDependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-license-crawler",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/mwittig/npm-license-crawler",
"description": "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.",
"main": "./lib/index.js",
Expand Down

0 comments on commit bc7825a

Please sign in to comment.