Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit da76887

Browse files
committed
Update changelog
1 parent f184581 commit da76887

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
> Please note that all these tags mark releases that are available on npm with the
44
> respective version number - unless otherwise noted.
55
6+
## [1.1.0] - 2016-10-22
7+
8+
### Fix
9+
10+
* Fix [#72]: Add special flags to spec implicitely
11+
12+
### Changes
13+
14+
* Imrpove special flags behavior with `opts.dontExit`. Instead of just returning
15+
a string, return the output and add a special key `.help` for `opts.helpFlags`
16+
and `.version` for `opts.versionFlags`, respectively.
17+
* Allow dots in option names
18+
* Improve `OptionAlias` JS representation. It is now just a string. This makes
19+
it easy to write, read and validate `opts.helpFlags` and `opts.versionFlags`.
20+
21+
## [1.0.2] - 2016-10-20
22+
23+
### Changes
24+
25+
* Fix [#80]: Allow slashes in command names
26+
27+
## [1.0.1] - 2016-10-20
28+
29+
### Fix
30+
31+
* Fix bug in foreign instance, where `opts.repeatableOptions` would not be read
32+
properly
33+
634
## [1.0.0] - 2016-10-19 :tada:
735

836
The first major release of neodoc.
@@ -545,6 +573,15 @@ section — let it fail at the lexing stage.
545573
546574
[@matthewmueller]: https://github.com/matthewmueller
547575
576+
[#80]: https://github.com/felixSchl/neodoc/issues/80
577+
[#79]: https://github.com/felixSchl/neodoc/issues/79
578+
[#78]: https://github.com/felixSchl/neodoc/issues/78
579+
[#77]: https://github.com/felixSchl/neodoc/issues/77
580+
[#76]: https://github.com/felixSchl/neodoc/issues/76
581+
[#75]: https://github.com/felixSchl/neodoc/issues/75
582+
[#74]: https://github.com/felixSchl/neodoc/issues/74
583+
[#73]: https://github.com/felixSchl/neodoc/issues/73
584+
[#72]: https://github.com/felixSchl/neodoc/issues/72
548585
[#71]: https://github.com/felixSchl/neodoc/issues/71
549586
[#70]: https://github.com/felixSchl/neodoc/issues/70
550587
[#69]: https://github.com/felixSchl/neodoc/issues/69
@@ -617,6 +654,9 @@ section — let it fail at the lexing stage.
617654
[#2]: https://github.com/felixSchl/neodoc/issues/2
618655
[#1]: https://github.com/felixSchl/neodoc/issues/1
619656
657+
[1.1.0]: https://github.com/felixschl/neodoc/compare/v1.0.2...v1.1.0
658+
[1.0.2]: https://github.com/felixschl/neodoc/compare/v1.0.1...v1.0.2
659+
[1.0.1]: https://github.com/felixschl/neodoc/compare/v1.0.0...v1.0.1
620660
[1.0.0]: https://github.com/felixschl/neodoc/compare/v0.10.1...v1.0.0
621661
[0.10.1]: https://github.com/felixschl/neodoc/compare/v0.10.0...v0.10.1
622662
[0.10.0]: https://github.com/felixschl/neodoc/compare/v0.9.2...v0.10.0

0 commit comments

Comments
 (0)