Skip to content

Commit

Permalink
note versions in which issue #8 existed
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jun 24, 2016
1 parent 5031049 commit 44651fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,21 @@
tail -fn5

Before this change, that would not parse correctly.
It is suspected that this was introduced in version 1.4.0
(with commit 656fa8bc71c372ebddad0a7026bd71611e2ec99a).


## 1.7.2

- Known issues: #8

- Exclude 'tools/' dir in packages published to npm.


## 1.7.1

- Known issues: #8

- Support an option group *empty string* value:

...
Expand All @@ -152,6 +158,8 @@

## 1.7.0

- Known issues: #8

- [pull #7] Support for `<parser>.help({helpWrap: false, ...})` option to be able
to fully control the formatting for option help (by Patrick Mooney) `helpWrap:
false` can also be set on individual options in the option objects, e.g.:
Expand All @@ -170,6 +178,8 @@

## 1.6.0

- Known issues: #8

- [pull #6] Support headings between groups of options (by Joshua M. Clulow)
so that this code:

Expand All @@ -194,6 +204,8 @@

## 1.5.0

- Known issues: #8

- Add support for adding custom option types. "examples/custom-option-duration.js"
shows an example adding a "duration" option type.

Expand Down Expand Up @@ -230,6 +242,8 @@

## 1.4.0

- Known issues: #8

- [pull #2, pull #3] Add a `allowUnknown: true` option on `createParser` to
allow unknown options to be passed through as `opts._args` instead of parsing
throwing an exception (by https://github.com/isaacs).
Expand Down

0 comments on commit 44651fa

Please sign in to comment.