Skip to content

v1.0.0-beta.29

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Dec 09:05
· 111 commits to main since this release
v1.0.0-beta.29
3507ea4

   🚀 Features

  • core:
  • plugin-completions:
    • Allow hiding flags in completion result  -  by @so1ve (faf3c)
    • Allow passing custom handlers for flags  -  by @so1ve (a1bbf)
    • Allow user passing custom command handler  -  by @so1ve (c1917)
    • Allow passing custom handlers for parameters  -  by @so1ve (3b701)

   🐞 Bug Fixes

  • plugin-completions:
    • Should distinguish between boolean flags and non-boolean flags  -  by @so1ve (1f499)
    • Handle flags completion handlers correctly  -  by @so1ve (7aca1)
    • Distinguish between boolean flags and flags that takes value  -  by @so1ve (795e2)

   🧹 Chore

   🧪 Test

  • plugin-completions: Add missing mocking functions  -  by @so1ve (7a8ef)

   🔨 Refactor

    View changes on GitHub