|
|
9c276ef32c
|
build: update release workflow
|
2026-01-26 12:18:49 +02:00 |
|
github-actions[bot]
|
edabe84104
|
chore(master): release 2.1.1
v2.1.1
|
2026-01-26 12:11:59 +02:00 |
|
|
|
4de92efef2
|
fix: async run error handling
|
2026-01-26 12:07:41 +02:00 |
|
|
|
464f0b6400
|
build: update publish workflow
|
2026-01-26 11:39:36 +02:00 |
|
github-actions[bot]
|
84c614dcd1
|
chore(master): release 2.1.0
v2.1.0
|
2026-01-26 11:33:03 +02:00 |
|
|
|
e7e635c91c
|
fix: cleanup error listeners after parse
|
2026-01-26 11:31:23 +02:00 |
|
|
|
c597738d64
|
test: migrate jest->vitest
|
2026-01-26 11:30:01 +02:00 |
|
|
|
bd53564d3e
|
build: update test workflows
|
2026-01-26 11:24:17 +02:00 |
|
|
|
0979d98a74
|
build: update release workflows
|
2026-01-26 11:21:33 +02:00 |
|
|
|
818fb9c34e
|
feat: add error handling
|
2026-01-26 11:16:43 +02:00 |
|
|
|
8b59440633
|
build: migrate to release-please
|
2026-01-26 10:43:44 +02:00 |
|
|
|
29331c1dad
|
chore: update all dependencies and update tests
|
2026-01-26 10:41:20 +02:00 |
|
|
|
267de909e7
|
Merge remote-tracking branch 'origin/master' into develop
|
2024-05-04 00:57:16 +03:00 |
|
semantic-release-bot
|
542346f36b
|
chore(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/chenasraf/massarg/compare/v2.0.0...v2.0.1) (2024-05-03)
### Bug Fixes
* remove unecessary keys ([e44510d](e44510dca4))
v2.0.1
|
2024-05-03 21:52:05 +00:00 |
|
|
|
e44510dca4
|
fix: remove unecessary keys
|
2024-05-04 00:51:31 +03:00 |
|
|
|
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 |
|