- feat: BREAKING. ExitException to handle full range of valid exit codes.
- fix: Expose prompt features.
- feat: Add prompts module with confirm, select, multiselect and input components.
- fix: Don't return ReadException for failed json parsing.
- fix: Report analytics event before running command.
- feat: Add documentation generator helper.
- feat: Introduce BetterCommand class to simplify command creation.
- fix: BREAKING. Removes onError callbacks from PubApiClient and LocalStorageManager in favor of throwing exceptions.
- Downgrades some dependencies to avoid compatibility issues with Serverpod CLI.
- Initial version.