Skip to content

v0.27.0-beta.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 06:07
· 98 commits to main since this release

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

New Contributors

Full Changelog: v0.27.0-alpha.10...v0.27.0-beta.0