Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 731 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 731 Bytes

Changelog

0.2.0

  • feat: BREAKING. ExitException to handle full range of valid exit codes.

0.1.4

  • fix: Expose prompt features.

0.1.3

  • feat: Add prompts module with confirm, select, multiselect and input components.

0.1.2

  • fix: Don't return ReadException for failed json parsing.

0.1.1

  • fix: Report analytics event before running command.
  • feat: Add documentation generator helper.

0.1.0

  • feat: Introduce BetterCommand class to simplify command creation.
  • fix: BREAKING. Removes onError callbacks from PubApiClient and LocalStorageManager in favor of throwing exceptions.

0.0.2

  • Downgrades some dependencies to avoid compatibility issues with Serverpod CLI.

0.0.1

  • Initial version.