Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## 0.5.0-beta.5

- refactor: Support ConfigurationBroker that depends on dynamic state
- refactor: Support bespoke Configuration subclass
- refactor: Simplified default usage of BetterCommand/Runner
- refactor: Subcommands inherit output behavior from their command runner unless overridden
- refactor: The default terminal usage output behavior is now the same as the args package `Command` / `CommandRunner`
- docs: A full example of using `BetterCommandRunner`, `BetterCommand`, and `Configuration` options in the example folder

## 0.5.0-beta.4

- fix!: Clarified behavior of mutually exclusive option groups
- fix: BREAKING. Clarified behavior of mutually exclusive option groups

## 0.5.0-beta.3

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cli_tools
version: 0.5.0-beta.4
version: 0.5.0-beta.5
description: A collection of tools for building great command-line interfaces.
repository: https://github.com/serverpod/cli_tools
homepage: https://serverpod.dev
Expand Down