Skip to content

Commit 246e2fa

Browse files
committed
Release v1.2.0
1 parent 394c7a0 commit 246e2fa

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ be found by digging through the commit logs.
77
This project honours [Semantic Versioning](http://semver.org/).
88

99

10-
[Staged]
10+
[v1.2.0]
1111
------------------------------------------------------------------------
12+
**February 27th, 2019**
13+
Introduced several features to simplify control of option processing.
14+
1215
* __Added:__ Ability to extract option-lists from strings
1316
* __Added:__ Setting to [disable mixed-order][6] option/argument lists
1417
* __Added:__ Setting to [throw an error][7] for unrecognised options
@@ -80,7 +83,8 @@ Initial release.
8083

8184

8285
[Referenced links]:_____________________________________________________
83-
[Staged]: https://github.com/Alhadis/GetOptions/compare/v1.1.3...HEAD
86+
[Staged]: https://github.com/Alhadis/GetOptions/compare/v1.2.0...HEAD
87+
[v1.2.0]: https://github.com/Alhadis/GetOptions/releases/tag/v1.2.0
8488
[v1.1.3]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.3
8589
[v1.1.2]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.2
8690
[v1.1.1]: https://github.com/Alhadis/GetOptions/releases/tag/v1.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-options",
3-
"version": "1.1.3",
3+
"version": "v1.2.0",
44
"description": "JavaScript's answer to getopts. Simple, obvious, and direct.",
55
"keywords": ["CLI", "getopt", "getopts", "options", "argv", "command-line", "configuration", "config"],
66
"repository": "https://github.com/Alhadis/GetOptions",

0 commit comments

Comments
 (0)