Skip to content

v0.3.0

Compare
Choose a tag to compare
@boyang9527 boyang9527 released this 30 May 17:18
· 298 commits to master since this release
8983a1c

Change Logs

Plug-in API changes

  • PluginMetadata struct adds DelegateBashCompletion field to indicate whether bash auto-completion needs to be delegated to plug-in.
  • Namespace and Command" struct add Stagefield to annotate the stage of the command or commands in that namespace. The stage can beexperimental, beta or deprecated

Other changes

  • Adds plug-in example of bash auto-completion delegation
  • Adds plug-in example of stage annotation

Defects fixing

  • % in table text causing %(!MISSING)
  • incorrect import path in code generation