Skip to content

Latest commit

 

History

History
183 lines (107 loc) · 5.62 KB

CHANGELOG.md

File metadata and controls

183 lines (107 loc) · 5.62 KB

Changelog

v0.1.6

compare changes

🩹 Fixes

  • usage: Render valueHint for positional args (dbd1d92)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.1.5

compare changes

🚀 Enhancements

  • command: Return result of run command (#101)
  • runMain: Support custom showUsage option (#74)

🏡 Chore

🎨 Styles

❤️ Contributors

v0.1.4

compare changes

🚀 Enhancements

  • Support cleanup hook (#64)
  • Add createMain utility (#65)
  • Support --version (#67)

🩹 Fixes

  • Do not throw error when no subcommand specified but main has run (#58)

🏡 Chore

❤️ Contributors

v0.1.3

compare changes

🩹 Fixes

  • Allow string[] in arg signature (#56)

🏡 Chore

  • Typo in readme (#45)
  • Update dependencies (f863f9d)

🤖 CI

  • Use conventional commit for autofix action (#50)

❤️ Contributors

v0.1.2

compare changes

🚀 Enhancements

  • usage: Resolve sub commands for meta description (#32)
  • Use consola for output formatting (bf5de7f)
  • runCommand: Allow passing custom data (4abc848)

🩹 Fixes

  • Fix generic type issues (#38)
  • Handle required: false for positional arguments (ab0401b)

🏡 Chore

❤️ Contributors

v0.1.1

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v0.1.0

compare changes

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v0.0.2

🚀 Enhancements

  • setup hook (#9)
  • Allow accessing args with camelCase or kebabCase (#17)
  • Basic type inference for args (#1)

🩹 Fixes

  • Correctly parse positional arguments (#16)
  • Allow any args type for SubCommandsDef (60d218d)

🏡 Chore

❤️ Contributors