Skip to content

Commit d5d8a88

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.6...v2.0.0) (2024-01-31) ### Bug Fixes * add spacing between args, update sample ([dbbb12c](dbbb12c)) * bugfixes, build updates ([ecd3a20](ecd3a20)) * build ([cdc9118](cdc9118)) * command/option parsing priorities ([5129528](5129528)) * default options & default values ([84b2599](84b2599)) * detect the correct flag syntax in all cases ([08192b9](08192b9)) * docs ([0d3bb62](0d3bb62)) * error types ([8364f19](8364f19)) * exported types fixes ([941d2b3](941d2b3)) * flag negation ([d2426ec](d2426ec)) * help output formatting/text ([eceeed5](eceeed5)) * **help:** help subcommand default ([59c393d](59c393d)) * let help flag ignore requirements ([203adba](203adba)) * move negation logic to MassargFlag ([359d802](359d802)) * required options ([aaa4ecd](aaa4ecd)) * simplify option help output, fix default value display ([c340280](c340280)) * split negation labels to 2 lines ([34fd299](34fd299)) * support help option with early quit ([185939b](185939b)) * type err ([852ce3f](852ce3f)) * type inferences ([c92785e](c92785e)) ### Continuous Integration * update release config ([6eb382d](6eb382d)) ### Features * array & typed options ([eca10e4](eca10e4)) * built-in help command + flag ([f0ee853](f0ee853)) * default value in help ([7e5f15a](7e5f15a)) * different opt output name (default camelCase) ([76e0f85](76e0f85)) * don't auto-wrap footer text ([b6d6583](b6d6583)) * don't auto-wrap footer text ([6e947a4](6e947a4)) * example lines, help style updates ([c042a34](c042a34)) * global column width ([70dfd55](70dfd55)) * help generator ([4051864](4051864)) * **help:** update styles ([da59628](da59628)) * improve help config, update styles, fixes ([c397ec9](c397ec9)) * new docs wip ([05bd42c](05bd42c)) * pass main instance to run fn ([e110498](e110498)) * transform output name for options ([64545ae](64545ae)) * v2 poc ([5476327](5476327)) ### BREAKING CHANGES * recreated massarg package
1 parent b57cbdf commit d5d8a88

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Change Log
22

3+
# [2.0.0](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0) (2024-01-31)
4+
5+
6+
### Bug Fixes
7+
8+
* add spacing between args, update sample ([dbbb12c](https://github.com/chenasraf/massarg/commit/dbbb12cd6a0a724e37655e6d49d1bb53b881dc8f))
9+
* bugfixes, build updates ([ecd3a20](https://github.com/chenasraf/massarg/commit/ecd3a20463cc2715b7d7c723c741999f812c40e2))
10+
* build ([cdc9118](https://github.com/chenasraf/massarg/commit/cdc9118f6d8fe8f509fbc7e3d12854cf1376c762))
11+
* command/option parsing priorities ([5129528](https://github.com/chenasraf/massarg/commit/5129528339579af6e778c8c4195717539dd4f189))
12+
* default options & default values ([84b2599](https://github.com/chenasraf/massarg/commit/84b2599454cf1edae4d0380b6058b7c3f5e29625))
13+
* detect the correct flag syntax in all cases ([08192b9](https://github.com/chenasraf/massarg/commit/08192b9c277a2bf658b534a3d7e508ba3ebb0736))
14+
* docs ([0d3bb62](https://github.com/chenasraf/massarg/commit/0d3bb62d8b11fd23fbc6c006789a8c3d6cfa1db3))
15+
* error types ([8364f19](https://github.com/chenasraf/massarg/commit/8364f1998c1a322c5c91e92d246f0c27bf863a21))
16+
* exported types fixes ([941d2b3](https://github.com/chenasraf/massarg/commit/941d2b3ac871a10916c7ff8b071f7becfa21a4de))
17+
* flag negation ([d2426ec](https://github.com/chenasraf/massarg/commit/d2426ecde570da65b09c1b82c997623d9006fff4))
18+
* help output formatting/text ([eceeed5](https://github.com/chenasraf/massarg/commit/eceeed52c1cdf80edd632f5dda21226c96edeab2))
19+
* **help:** help subcommand default ([59c393d](https://github.com/chenasraf/massarg/commit/59c393d5f572772a7b81561cf38663658fcf8135))
20+
* let help flag ignore requirements ([203adba](https://github.com/chenasraf/massarg/commit/203adba62248696f4aad596fc5489d6209ee1aca))
21+
* move negation logic to MassargFlag ([359d802](https://github.com/chenasraf/massarg/commit/359d802c824db593f2baceeaa3c4f2140b7d684d))
22+
* required options ([aaa4ecd](https://github.com/chenasraf/massarg/commit/aaa4ecd9d2fa2ba1d3db7539c7bb25ca585eea75))
23+
* simplify option help output, fix default value display ([c340280](https://github.com/chenasraf/massarg/commit/c34028059ed2e9a0cee7a4493c18fa829869fe7a))
24+
* split negation labels to 2 lines ([34fd299](https://github.com/chenasraf/massarg/commit/34fd299674cf36701a45c1ded9a0db83691b59c7))
25+
* support help option with early quit ([185939b](https://github.com/chenasraf/massarg/commit/185939bd216c6419969882c8020932baac14eab6))
26+
* type err ([852ce3f](https://github.com/chenasraf/massarg/commit/852ce3f3f6b2b456d3380c0246ea4aeeda515e29))
27+
* type inferences ([c92785e](https://github.com/chenasraf/massarg/commit/c92785e74606ed52a2d241790810a4cc926105bf))
28+
29+
30+
### Continuous Integration
31+
32+
* update release config ([6eb382d](https://github.com/chenasraf/massarg/commit/6eb382d5c907d6142039ae6a262b1275d8d94634))
33+
34+
35+
### Features
36+
37+
* array & typed options ([eca10e4](https://github.com/chenasraf/massarg/commit/eca10e4c1d1423d84f0196e49b41aa08e1b9444e))
38+
* built-in help command + flag ([f0ee853](https://github.com/chenasraf/massarg/commit/f0ee853dbe47ff84a5a8fe5adbc082612f3a8b47))
39+
* default value in help ([7e5f15a](https://github.com/chenasraf/massarg/commit/7e5f15a18d75cd6c3874756009fd604b95ee3fc4))
40+
* different opt output name (default camelCase) ([76e0f85](https://github.com/chenasraf/massarg/commit/76e0f85e00af77440625c5f606cbb315c1c6afe5))
41+
* don't auto-wrap footer text ([b6d6583](https://github.com/chenasraf/massarg/commit/b6d6583ef288f91c567befcff2ffc615453eb715))
42+
* don't auto-wrap footer text ([6e947a4](https://github.com/chenasraf/massarg/commit/6e947a434040614a56fcaf9203f58319359622c4))
43+
* example lines, help style updates ([c042a34](https://github.com/chenasraf/massarg/commit/c042a3481cf3aa418d13c909306e956ff1303a66))
44+
* global column width ([70dfd55](https://github.com/chenasraf/massarg/commit/70dfd55be7dd2b44ed16e8dd739d5ea9ecda0c3e))
45+
* help generator ([4051864](https://github.com/chenasraf/massarg/commit/4051864429dd1250343cb824fca738c47a45dace))
46+
* **help:** update styles ([da59628](https://github.com/chenasraf/massarg/commit/da59628aba65b67443f8594147b000c9c6f40c72))
47+
* improve help config, update styles, fixes ([c397ec9](https://github.com/chenasraf/massarg/commit/c397ec9fd78d80985e41626540b7d17a10f21357))
48+
* new docs wip ([05bd42c](https://github.com/chenasraf/massarg/commit/05bd42c8e5c6dd38435821391951b36dfc039359))
49+
* pass main instance to run fn ([e110498](https://github.com/chenasraf/massarg/commit/e110498f3b89c2f60e6e8a7cacd033f900e84db8))
50+
* transform output name for options ([64545ae](https://github.com/chenasraf/massarg/commit/64545ae75089071c9174ef685645fbd13eb611a9))
51+
* v2 poc ([5476327](https://github.com/chenasraf/massarg/commit/54763276e7479c2c5fbba1f37eccf4fee1a5f9a5))
52+
53+
54+
### BREAKING CHANGES
55+
56+
* recreated massarg package
57+
358
## 2.0.0-pre.12 (2024-01-29)
459

560
* chore(release): 2.0.0-pre.12 [skip ci] ([5f23a57](https://github.com/chenasraf/massarg/commit/5f23a57))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "massarg",
3-
"version": "2.0.0-pre.13",
3+
"version": "2.0.0",
44
"description": "Flexible, powerful, and simple command/argument parser for CLI applications",
55
"keywords": [
66
"shell",

0 commit comments

Comments
 (0)