Skip to content

Latest commit

Β 

History

History
1202 lines (644 loc) Β· 45.2 KB

File metadata and controls

1202 lines (644 loc) Β· 45.2 KB

v0.29.4 (2026-04-09T06:58:18Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix(plugin-completion): wrong interface and example by @kazupon in #506

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.29.3...v0.29.4

v0.29.3 (2026-03-11T08:53:31Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.29.2...v0.29.3

v0.29.2 (2026-02-21T14:05:58Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.29.1...v0.29.2

v0.29.1 (2026-02-21T14:00:47Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.29.0...v0.29.1

v0.29.0 (2026-02-21T13:53:41Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat(gunshi): support parser combinators for argument schema (experimental) by @kazupon in #496

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.28.2...v0.29.0

v0.28.2 (2026-02-18T14:53:03Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.28.1...v0.28.2

v0.28.0 (2026-02-08T09:30:45Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support nested sub command by @kazupon in #494

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.6...v0.28.0

v0.27.6 (2026-02-02T10:43:55Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix(gunshi) zero dependency by @kazupon in #492

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.5...v0.27.6

v0.27.5 (2025-12-24T01:02:35Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: type inference loss when combining cli() and define() by @Copilot in #452

New Contributors

  • @Copilot made their first contribution in #452

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.4...v0.27.5

v0.27.4 (2025-12-18T16:09:11Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • chore(docs): remove Cursor rules support by @ryoppippi in #443

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.3...v0.27.4

v0.27.3 (2025-12-16T13:13:18Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.2...v0.27.3

v0.27.2 (2025-12-16T13:04:00Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.1...v0.27.2

v0.27.1 (2025-12-16T12:55:34Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: sub-command type errors by @kazupon in #440

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0...v0.27.1

v0.27.0 (2025-12-12T03:07:23Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: builtin options with plugin system by @kazupon in #155
  • feat: new usage rendering mechanism by @kazupon in #161
  • feat: support for command execution hooking with command decorator by @kazupon in #167
  • feat: extend command context and plugin by @kazupon in #172
  • feat: export plugin entry by @kazupon in #176
  • feat: core feature plugnaization by @kazupon in #177
  • feat: extract load commands as plugin extension by @kazupon in #184
  • feat: plugin dependency by @kazupon in #190
  • feat: extract i18n feature as plugin by @kazupon in #188
  • feat: support plugins option on cli by @kazupon in #198
  • feat: plugin packages by @kazupon in #200
  • feat: command lifecycle hooks by @kazupon in #212
  • feat: add addCommand as plugin API by @kazupon in #216
  • feat: add internal property for Command and LazyCommand by @kazupon in #217
  • feat: completion plugin by @kazupon in #219
  • feat: Detect whether argument values were set explicitly by @sushichan044 in #232
  • feat: custom rendering by command itself by @kazupon in #241
  • feat: support i18n for plugin-completion by @kazupon in #248
  • feat: support sub commands object style by @kazupon in #266
  • feat: support createCommandContext exporting by @kazupon in #334
  • feat(plugin-i18n): registerGlobalOptionResources extension by @kazupon in #343
  • feat: register gunshi docs to npm registry (experimental) by @kazupon in #420
  • feat(docs): init cli by @ryoppippi in #422

πŸ› Bug Fixes

  • fix(lazy-async): resolve command before executing by @kazupon in #322
  • fix(gunshi): resolve command name via function name for entry by @kazupon in #333
  • fix: wrong bundling by @kazupon in #347

πŸ’₯ Breaking Changes

  • fix(plugin-completion)!: use the @bomb.sh/tab package by @kazupon in #329

⚑ Improvement Features

  • feat: expose Plugin type by @43081j in #159
  • fix: jsr release on monorepo workspaces by @kazupon in #215
  • fix(gunshi): fix type error plugin onExtension, when extension is not define by @kazupon in #236
  • fix: improve sub commands usage rendering by @kazupon in #257
  • feat: more overloads plugin function typing by @kazupon in #259
  • fix: improvement plugin type inference by @kazupon in #262
  • fix(plugin-i18n): change to builtinResources option by @kazupon in #296
  • fix(gunshi): re-export CommandContext.log again by @kazupon in #297
  • fix(extensions): allow any type for command context extensions by @kazupon in #325
  • fix: improve type-safe by @kazupon in #330
  • fix(plugin-i18n): improve type-system by @kazupon in #332
  • fix: wrong interfaces by @kazupon in #419
  • fix: more tweaks gunshi/docs release by @kazupon in #421
  • fix(docs): install the exact version of gunshi by @ryoppippi in #425

πŸ“οΈ Documentations

  • docs: ready for v0.27 by @kazupon in #275
  • docs(guide): use define function by @ryoppippi in #424

πŸ‘• Refactoring

  • refactor: hide commandDecorators getter on plugin context by @kazupon in #169
  • refactor: move showValidationErrors to global plugin by @kazupon in #186

New Contributors

  • @43081j made their first contribution in #159
  • @lukekarrys made their first contribution in #228
  • @sushichan044 made their first contribution in #232
  • @theoephraim made their first contribution in #249
  • @yukukotani made their first contribution in #291
  • @BobbieGoede made their first contribution in #303
  • @ota-meshi made their first contribution in #432

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.26.3...v0.27.0

v0.27.0-beta.6 (2025-12-06T16:22:03Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat(docs): init cli by @ryoppippi in #422

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-beta.5...v0.27.0-beta.6

v0.27.0-beta.5 (2025-12-06T04:35:49Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: more tweaks gunshi/docs release by @kazupon in #421

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-beta.4...v0.27.0-beta.5

v0.27.0-beta.4 (2025-12-06T04:18:53Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: register gunshi docs to npm registry (experimental) by @kazupon in #420

⚑ Improvement Features

  • fix: wrong interfaces by @kazupon in #419

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-beta.3...v0.27.0-beta.4

v0.27.0-beta.3 (2025-10-21T07:32:29Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: wrong bundling by @kazupon in #347

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-beta.2...v0.27.0-beta.3

v0.27.0-beta.2 (2025-10-20T06:58:35Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-beta.1...v0.27.0-beta.2

v0.27.0-beta.1 (2025-10-20T06:44:32Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-beta.0...v0.27.0-beta.1

v0.27.0-beta.0 (2025-10-20T06:07:42Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support sub commands object style by @kazupon in #266
  • feat: support createCommandContext exporting by @kazupon in #334
  • feat(plugin-i18n): registerGlobalOptionResources extension by @kazupon in #343

πŸ› Bug Fixes

  • fix(lazy-async): resolve command before executing by @kazupon in #322
  • fix(gunshi): resolve command name via function name for entry by @kazupon in #333

πŸ’₯ Breaking Changes

  • fix(plugin-completion)!: use the @bomb.sh/tab package by @kazupon in #329

⚑ Improvement Features

  • feat: more overloads plugin function typing by @kazupon in #259
  • fix: improvement plugin type inference by @kazupon in #262
  • fix(plugin-i18n): change to builtinResources option by @kazupon in #296
  • fix(gunshi): re-export CommandContext.log again by @kazupon in #297
  • fix(extensions): allow any type for command context extensions by @kazupon in #325
  • fix: improve type-safe by @kazupon in #330
  • fix(plugin-i18n): improve type-system by @kazupon in #332

πŸ“οΈ Documentations

  • docs: ready for v0.27 by @kazupon in #275

New Contributors

  • @yukukotani made their first contribution in #291
  • @BobbieGoede made their first contribution in #303

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.10...v0.27.0-beta.0

v0.27.0-alpha.10 (2025-07-26T13:48:19Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.9...v0.27.0-alpha.10

v0.27.0-alpha.9 (2025-07-26T13:42:22Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: custom rendering by command itself by @kazupon in #241
  • feat: support i18n for plugin-completion by @kazupon in #248

⚑ Improvement Features

  • fix(gunshi): fix type error plugin onExtension, when extension is not define by @kazupon in #236
  • fix: improve sub commands usage rendering by @kazupon in #257

New Contributors

  • @theoephraim made their first contribution in #249

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.8...v0.27.0-alpha.9

v0.27.0-alpha.8 (2025-07-15T09:34:08Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.7...v0.27.0-alpha.8

v0.27.0-alpha.7 (2025-07-15T09:26:59Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: add addCommand as plugin API by @kazupon in #216
  • feat: add internal property for Command and LazyCommand by @kazupon in #217
  • feat: completion plugin by @kazupon in #219
  • feat: Detect whether argument values were set explicitly by @sushichan044 in #232

New Contributors

  • @lukekarrys made their first contribution in #228
  • @sushichan044 made their first contribution in #232

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.6...v0.27.0-alpha.7

v0.27.0-alpha.6 (2025-07-06T13:44:32Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.5...v0.27.0-alpha.6

v0.27.0-alpha.5 (2025-07-06T13:41:08Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.4...v0.27.0-alpha.5

v0.27.0-alpha.4 (2025-07-06T13:36:48Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.3...v0.27.0-alpha.4

v0.27.0-alpha.3 (2025-07-06T13:32:22Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: jsr release on monorepo workspaces by @kazupon in #215

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.2...v0.27.0-alpha.3

v0.27.0-alpha.2 (2025-07-05T11:53:23Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.27.0-alpha.1...v0.27.0-alpha.2

v0.27.0-alpha.1 (2025-07-05T11:32:38Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: builtin options with plugin system by @kazupon in #155
  • feat: new usage rendering mechanism by @kazupon in #161
  • feat: support for command execution hooking with command decorator by @kazupon in #167
  • feat: extend command context and plugin by @kazupon in #172
  • feat: export plugin entry by @kazupon in #176
  • feat: core feature plugnaization by @kazupon in #177
  • feat: extract load commands as plugin extension by @kazupon in #184
  • feat: plugin dependency by @kazupon in #190
  • feat: extract i18n feature as plugin by @kazupon in #188
  • feat: support plugins option on cli by @kazupon in #198
  • feat: plugin packages by @kazupon in #200
  • feat: command lifecycle hooks by @kazupon in #212

⚑ Improvement Features

  • feat: expose Plugin type by @43081j in #159

πŸ‘• Refactoring

  • refactor: hide commandDecorators getter on plugin context by @kazupon in #169
  • refactor: move showValidationErrors to global plugin by @kazupon in #186

New Contributors

  • @43081j made their first contribution in #159

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.26.3...v0.27.0-alpha.1

v0.26.3 (2025-05-30T16:28:42Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.26.2...v0.26.3

v0.26.2 (2025-05-30T16:21:42Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.26.1...v0.26.2

v0.26.1 (2025-05-30T15:24:09Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.25.1...v0.26.1

v0.25.1 (2025-05-30T15:22:34Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.26.0...v0.25.1

v0.26.0 (2025-05-30T15:19:32Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ’₯ Breaking Changes

  • breaking: non-public for command context log by @kazupon in #150

πŸ‘• Refactoring

  • refactor: use kebanaize of args-tokens by @kazupon in #151

New Contributors

  • @ryoppippi made their first contribution in #143

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.25.0...v0.26.0

v0.25.0 (2025-05-26T14:45:52Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support camel to kebab style arguments by @kazupon in #138
  • feat: support custom type by @kazupon in #141

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.24.0...v0.25.0

v0.24.0 (2025-05-23T11:18:34Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support multiple values by @kazupon in #133

New Contributors

  • @askoufis made their first contribution in #128

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.23.1...v0.24.0

v0.23.1 (2025-05-11T12:18:38Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: command name resolving correctly by @kazupon in #121

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.23.0...v0.23.1

v0.23.0 (2025-05-11T01:48:23Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.22.0...v0.23.0

v0.22.0 (2025-05-09T16:32:07Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support lazy command for entry by @kazupon in #116

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.21.0...v0.22.0

v0.21.0 (2025-05-07T16:00:51Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: command call mode on command context by @kazupon in #114

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.20.0...v0.21.0

v0.20.0 (2025-05-07T15:10:43Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support example dynamic loading with function by @kazupon in #113

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.19.0...v0.20.0

v0.19.0 (2025-05-05T16:20:23Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: resolve positional argument placeholder values with argument schema by @kazupon in #111

πŸ’₯ Breaking Changes

  • breaking: change the interfaces by @kazupon in #109
  • breaking: change translation reserving keys for arguments by @kazupon in #110

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.18.0...v0.19.0

v0.18.0 (2025-05-03T13:52:38Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: show option value on help usage by @kazupon in #107

πŸ› Bug Fixes

  • fix: readonly string array error for enum option by @kazupon in #106

⚑ Improvement Features

  • fix: lazy loading improvement by @kazupon in #104

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.17.0...v0.18.0

v0.17.0 (2025-04-29T05:36:22Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat!: improvement negatable per option only by @kazupon in #100

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.16.0...v0.17.0

v0.16.0 (2025-04-28T16:02:46Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: export context by @kazupon in #98

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.15.0...v0.16.0

v0.15.0 (2025-04-24T06:36:05Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support short option grouping by @kazupon in #90
  • feat: support rest arguments by @kazupon in #91
  • feat: support negatable option prefixed with no- by @kazupon in #93
  • feat: support enum option via args-tokens by @kazupon in #94

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.14.5...v0.15.0

v0.14.5 (2025-04-20T11:11:30Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: definition exporting for jsr by @kazupon in #87

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.14.4...v0.14.5

v0.14.4 (2025-04-15T15:18:13Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: not found command, when default command has name and no sub-command by @kazupon in #83

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.14.3...v0.14.4

v0.14.3 (2025-04-12T00:33:22Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.14.2...v0.14.3

v0.14.2 (2025-04-11T12:25:06Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.14.1...v0.14.2

v0.14.1 (2025-04-11T08:25:27Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: allow positional arguments for entry command only by @kazupon in #82

πŸ‘• Refactoring

  • refactor: weak renderer exports by @kazupon in #81

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.14.0...v0.14.1

v0.14.0 (2025-04-06T07:00:52Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: add define for inline command definition by @kazupon in #66
  • feat: export tokens for CommandContext by @kazupon in #67

πŸ› Bug Fixes

  • breaking: 'description' resolving by @kazupon in #73

πŸ‘• Refactoring

  • refactor: change conditional export name of define by @kazupon in #72

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.13.0...v0.14.0

v0.13.0 (2025-04-02T05:53:29Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support raw args on CommandContext._ by @kazupon in #60
  • feat: export parseArgs and resolveArgs by @kazupon in #61

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.12.0...v0.13.0

v0.12.0 (2025-03-31T15:58:54Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: export constant and tweak docs by @kazupon in #54
  • feat: support simple interpolation by @kazupon in #55

πŸ’₯ Breaking Changes

  • breaking: drop command default field by @kazupon in #50
  • breaking: close context api exporting by @kazupon in #53

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.11.0...v0.12.0

v0.11.0 (2025-03-29T17:32:30Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ’₯ Breaking Changes

  • breaking: drop CommandRunner on generate by @kazupon in #49

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.10.4...v0.11.0

v0.10.4 (2025-03-29T10:01:35Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: wrong type resolve on deno by @kazupon in #48

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.10.3...v0.10.4

v0.10.3 (2025-03-29T09:52:23Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: wrong dynamic import json resource by @kazupon in #47

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.10.2...v0.10.3

v0.10.2 (2025-03-29T09:08:42Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: cannot resolve locales for deno by @kazupon in #46

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.10.1...v0.10.2

v0.10.1 (2025-03-29T08:33:27Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: export generator for jsr by @kazupon in #45

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.10.0...v0.10.1

v0.10.0 (2025-03-29T08:23:00Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support usage generation for generate function by @kazupon in #44

πŸ› Bug Fixes

  • fix: asset distribution for jsr by @kazupon in #40

πŸ’₯ Breaking Changes

  • breaking: drop CommandUsage, use args-tokens option description and hoist examples to Command by @kazupon in #43

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.9.0...v0.10.0

v0.9.0 (2025-03-25T15:28:13Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support usage stdout silent for docs generation by @kazupon in #37

πŸ“οΈ Documentations

  • docs: gunshi documentation with vitepress by @kazupon in #30

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.8.0...v0.9.0

v0.8.0 (2025-03-17T09:23:39Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support translation adapter for custom message formatting by @kazupon in #29

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.7.0...v0.8.0

v0.7.0 (2025-03-16T08:33:34Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ’₯ Breaking Changes

  • breaking: i18n resource flatten by @kazupon in #28

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.6.2...v0.7.0

v0.6.2 (2025-03-14T04:35:52Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: sub-commands registration bug by @kazupon in #27

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.6.1...v0.6.2

v0.6.1 (2025-03-14T03:24:11Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: resolve description by @kazupon in #26

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.6.0...v0.6.1

v0.6.0 (2025-03-14T02:27:28Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: cli return rendered usage by @kazupon in #25

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.5.4...v0.6.0

v0.5.4 (2025-03-13T03:57:58Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: default type by @kazupon in #22
  • fix: sub command type frustration by @kazupon in #23

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.5.3...v0.5.4

v0.5.3 (2025-03-12T08:36:17Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: renderer exports fields by @kazupon in #21

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.5.2...v0.5.3

v0.5.2 (2025-03-12T08:25:48Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: ignore typecheck for playground by @kazupon in #20

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.5.1...v0.5.2

v0.5.1 (2025-03-12T08:21:37Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.5.0...v0.5.1

v0.5.0 (2025-03-12T08:16:50Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.4.0...v0.5.0

v0.4.0 (2025-03-12T05:53:51Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support jsr distribution by @kazupon in #19

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.3.1...v0.4.0

v0.3.1 (2025-03-12T04:42:03Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.3.0...v0.3.1

v0.3.0 (2025-03-12T04:37:00Z)

This changelog is generated by GitHub Releases

What's Changed

🍭 Examples

  • feat: add examples by @kazupon in #17

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.2.2...v0.3.0

v0.2.2 (2025-03-07T09:06:54Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.2.1...v0.2.2

v0.2.1 (2025-03-06T16:27:00Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: export apis by @kazupon in #12

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.2.0...v0.2.1

v0.2.0 (2025-03-06T16:01:56Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: export context and renderer APIs by @kazupon in #11

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.1.1...v0.2.0

v0.1.1 (2025-03-06T15:28:21Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.1.0...v0.1.1

v0.1.0 (2025-03-06T15:25:27Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: basic implementation by @kazupon in #4
  • feat: support i18n by @kazupon in #10

New Contributors

  • @kazupon made their first contribution in #4
  • @renovate made their first contribution in #3

Full Changelog: https://github.com/kazupon/gunshi/compare/v0.0.0...v0.1.0

v0.0.0 (2025-02-24T16:17:11Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/kazupon/gunshi/commits/v0.0.0