Commit Graph

194 Commits

Author SHA1 Message Date
2ad2dfd13b chore: update dependencies
chore: remove yarn.lock
2024-05-04 00:51:31 +03:00
4c9f037343 docs: update example.ts 2024-05-04 00:51:31 +03:00
dependabot[bot]
aa59fc4de8 build(deps): bump express from 4.18.2 to 4.19.2 in /docs
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-04 00:51:31 +03:00
semantic-release-bot
d5d8a887b4 chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0) (2024-01-31)

### Bug Fixes

* add spacing between args, update sample ([dbbb12c](dbbb12cd6a))
* bugfixes, build updates ([ecd3a20](ecd3a20463))
* build ([cdc9118](cdc9118f6d))
* command/option parsing priorities ([5129528](5129528339))
* default options & default values ([84b2599](84b2599454))
* detect the correct flag syntax in all cases ([08192b9](08192b9c27))
* docs ([0d3bb62](0d3bb62d8b))
* error types ([8364f19](8364f1998c))
* exported types fixes ([941d2b3](941d2b3ac8))
* flag negation ([d2426ec](d2426ecde5))
* help output formatting/text ([eceeed5](eceeed52c1))
* **help:** help subcommand default ([59c393d](59c393d5f5))
* let help flag ignore requirements ([203adba](203adba622))
* move negation logic to MassargFlag ([359d802](359d802c82))
* required options ([aaa4ecd](aaa4ecd9d2))
* simplify option help output, fix default value display ([c340280](c34028059e))
* split negation labels to 2 lines ([34fd299](34fd299674))
* support help option with early quit ([185939b](185939bd21))
* type err ([852ce3f](852ce3f3f6))
* type inferences ([c92785e](c92785e746))

### Continuous Integration

* update release config ([6eb382d](6eb382d5c9))

### Features

* array & typed options ([eca10e4](eca10e4c1d))
* built-in help command + flag ([f0ee853](f0ee853dbe))
* default value in help ([7e5f15a](7e5f15a18d))
* different opt output name (default camelCase) ([76e0f85](76e0f85e00))
* don't auto-wrap footer text ([b6d6583](b6d6583ef2))
* don't auto-wrap footer text ([6e947a4](6e947a4340))
* example lines, help style updates ([c042a34](c042a3481c))
* global column width ([70dfd55](70dfd55be7))
* help generator ([4051864](4051864429))
* **help:** update styles ([da59628](da59628aba))
* improve help config, update styles, fixes ([c397ec9](c397ec9fd7))
* new docs wip ([05bd42c](05bd42c8e5))
* pass main instance to run fn ([e110498](e110498f3b))
* transform output name for options ([64545ae](64545ae750))
* v2 poc ([5476327](54763276e7))

### BREAKING CHANGES

* recreated massarg package
v2.0.0
2024-01-31 07:56:18 +00:00
b57cbdf829 docs: update badges 2024-01-31 09:55:44 +02:00
151c686474 docs: add readme badge 2024-01-31 09:55:44 +02:00
75ce703724 docs: add readme links 2024-01-31 09:55:44 +02:00
semantic-release-bot
14e4bc548a chore(release): 2.0.0-pre.13 [skip ci]
# [2.0.0-pre.13](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.12...v2.0.0-pre.13) (2024-01-30)

### Bug Fixes

* add spacing between args, update sample ([eade766](eade766b12))
2024-01-31 09:55:44 +02:00
e0a3a0c667 ci: revert unnecessary check 2024-01-31 09:55:44 +02:00
9661946c96 chore: update changelog gen 2024-01-31 09:55:44 +02:00
dbbb12cd6a fix: add spacing between args, update sample 2024-01-31 09:55:44 +02:00
Chen Asraf
3fab514076 Update README.md 2024-01-31 09:55:44 +02:00
841b9b20ea docs: fix reamde links 2024-01-31 09:55:44 +02:00
6191f2ec18 ci: run release action on all branches 2024-01-31 09:55:44 +02:00
933ada71f2 ci: update docs build 2024-01-31 09:55:44 +02:00
semantic-release-bot
eead8843e5 chore(release): 2.0.0-pre.12 [skip ci]
# [2.0.0-pre.12](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.11...v2.0.0-pre.12) (2024-01-29)

### Bug Fixes

* docs ([0070b80](0070b800d5))
* simplify option help output, fix default value display ([b3075a0](b3075a03b3))
* split negation labels to 2 lines ([cd83a34](cd83a3484c))
2024-01-31 09:55:44 +02:00
0d3bb62d8b fix: docs 2024-01-31 09:55:44 +02:00
c34028059e fix: simplify option help output, fix default value display 2024-01-31 09:55:44 +02:00
34fd299674 fix: split negation labels to 2 lines 2024-01-31 09:55:44 +02:00
semantic-release-bot
9513ff4a0b chore(release): 2.0.0-pre.11 [skip ci]
# [2.0.0-pre.11](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.10...v2.0.0-pre.11) (2024-01-28)

### Bug Fixes

* move negation logic to MassargFlag ([e55c51f](e55c51f79d))

### Features

* default value in help ([bab8e33](bab8e33c6c))
* don't auto-wrap footer text ([87f98ba](87f98ba5c9))
* don't auto-wrap footer text ([12f23ed](12f23edae3))
* new docs wip ([441daa3](441daa37c3))
2024-01-31 09:55:44 +02:00
b70f39bd7b build: fix 2024-01-31 09:55:44 +02:00
3ffb19c12c docs: update 2024-01-31 09:55:44 +02:00
b1936738ce docs: update 2024-01-31 09:55:44 +02:00
cf6b42caa9 docs: update 2024-01-31 09:55:44 +02:00
b6d6583ef2 feat: don't auto-wrap footer text 2024-01-31 09:55:44 +02:00
1553cb7076 docs: update readme 2024-01-31 09:55:44 +02:00
d04305c4c5 docs: update 2024-01-31 09:55:44 +02:00
6e21b232eb remove generated files 2024-01-31 09:55:44 +02:00
9237b36818 docs: update 2024-01-31 09:55:44 +02:00
05bd42c8e5 feat: new docs wip 2024-01-31 09:55:44 +02:00
7e5f15a18d feat: default value in help 2024-01-31 09:55:44 +02:00
6e947a4340 feat: don't auto-wrap footer text 2024-01-31 09:55:44 +02:00
359d802c82 fix: move negation logic to MassargFlag 2024-01-31 09:55:44 +02:00
5ebb38816c refactor: negation strings 2024-01-31 09:55:44 +02:00
dependabot[bot]
ce52192ad5 build(deps-dev): bump @babel/traverse from 7.14.8 to 7.23.7
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.8 to 7.23.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 09:55:44 +02:00
fed1a69cce chore: update deps 2024-01-31 09:55:44 +02:00
semantic-release-bot
72381d5bf1 chore(release): 2.0.0-pre.10 [skip ci]
# [2.0.0-pre.10](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.9...v2.0.0-pre.10) (2024-01-21)

### Bug Fixes

* type err ([bc1979c](bc1979c5b5))

### Features

* **help:** update styles ([187037b](187037bcae))
2024-01-31 09:55:44 +02:00
852ce3f3f6 fix: type err 2024-01-31 09:55:44 +02:00
f99529b18b chore: add try..catch 2024-01-31 09:55:44 +02:00
da59628aba feat(help): update styles 2024-01-31 09:55:44 +02:00
semantic-release-bot
a7175526e1 chore(release): 2.0.0-pre.9 [skip ci]
# [2.0.0-pre.9](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.8...v2.0.0-pre.9) (2023-12-15)

### Bug Fixes

* type inferences ([215cd64](215cd64248))
2024-01-31 09:55:44 +02:00
c92785e746 fix: type inferences 2024-01-31 09:55:44 +02:00
semantic-release-bot
a9eafbaf0f chore(release): 2.0.0-pre.8 [skip ci]
# [2.0.0-pre.8](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.7...v2.0.0-pre.8) (2023-12-14)

### Bug Fixes

* **help:** help subcommand default ([b0060cf](b0060cffdd))
2024-01-31 09:55:44 +02:00
59c393d5f5 fix(help): help subcommand default 2024-01-31 09:55:44 +02:00
semantic-release-bot
9c231918fb chore(release): 2.0.0-pre.7 [skip ci]
# [2.0.0-pre.7](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.6...v2.0.0-pre.7) (2023-12-14)

### Bug Fixes

* build ([856eba8](856eba8ca9))
* command/option parsing priorities ([a3090f9](a3090f9e05))
* error types ([3d32115](3d3211524a))
2024-01-31 09:55:44 +02:00
8364f1998c fix: error types 2024-01-31 09:55:44 +02:00
cdc9118f6d fix: build 2024-01-31 09:55:44 +02:00
5129528339 fix: command/option parsing priorities 2024-01-31 09:55:44 +02:00
64a9f7a7e5 chore: cleanups 2024-01-31 09:55:44 +02:00
semantic-release-bot
e56c69f92c chore(release): 2.0.0-pre.6 [skip ci]
# [2.0.0-pre.6](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.5...v2.0.0-pre.6) (2023-12-12)

### Bug Fixes

* let help flag ignore requirements ([119f201](119f20156b))
2024-01-31 09:55:44 +02:00