|
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 | +## [2.0.0] - 2018-02-20 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +* **BREAKING CHANGE** - Fix [#94]: Long options no longer bind |
| 11 | + implicit arguments through substring matches.\ |
| 12 | + Before this change, the program `usage: foo --foo=<arg>` allowed |
| 13 | + passing in `--foobar`, which would yield `--foo => "bar"`, which |
| 14 | + was found to have undesirable side-effects as explored in [#94]. |
| 15 | + Since changing this behavior has not only follow on effects for |
| 16 | + users of neodoc, but also users of users, a major version bump |
| 17 | + was necessary. |
| 18 | + |
6 | 19 | ## [1.4.0] - 2017-02-17
|
7 | 20 |
|
8 | 21 | ### Changes
|
@@ -614,6 +627,7 @@ section — let it fail at the lexing stage.
|
614 | 627 |
|
615 | 628 | [@matthewmueller]: https://github.com/matthewmueller
|
616 | 629 |
|
| 630 | +[#94]: https://github.com/felixSchl/neodoc/issues/94 |
617 | 631 | [#89]: https://github.com/felixSchl/neodoc/issues/89
|
618 | 632 | [#81]: https://github.com/felixSchl/neodoc/issues/81
|
619 | 633 | [#80]: https://github.com/felixSchl/neodoc/issues/80
|
@@ -697,6 +711,7 @@ section — let it fail at the lexing stage.
|
697 | 711 | [#2]: https://github.com/felixSchl/neodoc/issues/2
|
698 | 712 | [#1]: https://github.com/felixSchl/neodoc/issues/1
|
699 | 713 |
|
| 714 | +[2.0.0]: https://github.com/felixschl/neodoc/compare/v1.4.0...v2.0.0 |
700 | 715 | [1.4.0]: https://github.com/felixschl/neodoc/compare/v1.3.0...v1.4.0
|
701 | 716 | [1.3.0]: https://github.com/felixschl/neodoc/compare/v1.2.0...v1.3.0
|
702 | 717 | [1.2.0]: https://github.com/felixschl/neodoc/compare/v1.1.0...v1.2.0
|
|
0 commit comments