Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Feb 27, 2019
1 parent 394c7a0 commit 246e2fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ be found by digging through the commit logs.
This project honours [Semantic Versioning](http://semver.org/).


[Staged]
[v1.2.0]
------------------------------------------------------------------------
**February 27th, 2019**
Introduced several features to simplify control of option processing.

* __Added:__ Ability to extract option-lists from strings
* __Added:__ Setting to [disable mixed-order][6] option/argument lists
* __Added:__ Setting to [throw an error][7] for unrecognised options
Expand Down Expand Up @@ -80,7 +83,8 @@ Initial release.


[Referenced links]:_____________________________________________________
[Staged]: https://github.com/Alhadis/GetOptions/compare/v1.1.3...HEAD
[Staged]: https://github.com/Alhadis/GetOptions/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/Alhadis/GetOptions/releases/tag/v1.2.0
[v1.1.3]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.3
[v1.1.2]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.2
[v1.1.1]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.1
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": "get-options",
"version": "1.1.3",
"version": "v1.2.0",
"description": "JavaScript's answer to getopts. Simple, obvious, and direct.",
"keywords": ["CLI", "getopt", "getopts", "options", "argv", "command-line", "configuration", "config"],
"repository": "https://github.com/Alhadis/GetOptions",
Expand Down

0 comments on commit 246e2fa

Please sign in to comment.