Skip to content

1.3.5

Compare
Choose a tag to compare
@Despical Despical released this 04 Feb 10:55
· 109 commits to main since this release

1.3.5

  • Removed NoCommandArgs and CustomParameters annotations. Now framework supports both dynamically.
  • Now tab completer (Completer annotation) supports custom parameters or no parameters.
  • Removed unnecessary utility methods (which you should not use them, they are internal for the framework).

Supported Behaviours

  • CommandArguments parameter is now optional, you may or may not use it depends on your needs.
  • You can use custom parameters or no parameter with Completer annotation.

Full Changelog: 1.3.4...1.3.5