Skip to content

Commit a8f920b

Browse files
chore(main): release bargs 3.0.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f33762a commit a8f920b

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/boneskull/bargs/compare/bargs-v2.0.0...bargs-v3.0.0) (2026-01-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* none, additive only
9+
* The `pipe()` function has been removed from the public API.
10+
* Complete API redesign
11+
12+
### Features
13+
14+
* add merge() combinator for combining parsers ([7c2c1ca](https://github.com/boneskull/bargs/commit/7c2c1cabbbc1b054b73f52a57482e826f19e004d))
15+
* redesign API with fluent builder and combinator-style composition ([d3688c8](https://github.com/boneskull/bargs/commit/d3688c80b76139201d14e64382a0b2af44b86046))
16+
17+
18+
### Code Refactoring
19+
20+
* remove pipe() function ([8ba0a55](https://github.com/boneskull/bargs/commit/8ba0a55fddfb992b5f11b93776829d6c9fbcb5f6))
21+
322
## [2.0.0](https://github.com/boneskull/bargs/compare/bargs-v1.0.0...bargs-v2.0.0) (2026-01-04)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boneskull/bargs",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "A TypeScript-first CLI argument parser wrapping util.parseArgs() with full type inference",
66
"repository": {

0 commit comments

Comments
 (0)