|
3 | 3 | > Please note that all these tags mark releases that are available on npm with the
|
4 | 4 | > respective version number - unless otherwise noted.
|
5 | 5 |
|
| 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 | + |
6 | 34 | ## [1.0.0] - 2016-10-19 :tada:
|
7 | 35 |
|
8 | 36 | The first major release of neodoc.
|
@@ -545,6 +573,15 @@ section — let it fail at the lexing stage.
|
545 | 573 |
|
546 | 574 | [@matthewmueller]: https://github.com/matthewmueller
|
547 | 575 |
|
| 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 |
548 | 585 | [#71]: https://github.com/felixSchl/neodoc/issues/71
|
549 | 586 | [#70]: https://github.com/felixSchl/neodoc/issues/70
|
550 | 587 | [#69]: https://github.com/felixSchl/neodoc/issues/69
|
@@ -617,6 +654,9 @@ section — let it fail at the lexing stage.
|
617 | 654 | [#2]: https://github.com/felixSchl/neodoc/issues/2
|
618 | 655 | [#1]: https://github.com/felixSchl/neodoc/issues/1
|
619 | 656 |
|
| 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 |
620 | 660 | [1.0.0]: https://github.com/felixschl/neodoc/compare/v0.10.1...v1.0.0
|
621 | 661 | [0.10.1]: https://github.com/felixschl/neodoc/compare/v0.10.0...v0.10.1
|
622 | 662 | [0.10.0]: https://github.com/felixschl/neodoc/compare/v0.9.2...v0.10.0
|
|
0 commit comments