File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.0
2+
3+ > Note: This release has breaking changes.
4+
5+ - ** REFACTOR** (cli_tools): Deprecated CommandDocumentationGenerator (#81 ).
6+ - ** FEAT** (cli_tools): Enable override of analytics API URL (#85 ).
7+ - ** BREAKING** ** REFACTOR** (cli_tools): Renamed 'target' option to 'tool' (#83 ).
8+
19## 0.8.2
210
311 - ** FIX** : Enclose option help in quotes (#77 ).
Original file line number Diff line number Diff line change 11name : cli_tools
2- version : 0.8.2
2+ version : 0.9.0
33description : A collection of tools for building great command-line interfaces.
44repository : https://github.com/serverpod/cli_tools
55homepage : https://serverpod.dev
@@ -17,7 +17,7 @@ environment:
1717dependencies :
1818 args : ^2.7.0
1919 ci : ^0.1.0
20- config : ^0.8.2
20+ config : ^0.8.3
2121 http : ' >=0.13.0 <2.0.0'
2222 path : ^1.8.2
2323 pub_api_client : ' >=2.4.0 <4.0.0'
Original file line number Diff line number Diff line change 1+ ## 0.8.3
2+
3+ - ** FIX** (config): Improved doc comments & value formatting of options (#82 ).
4+ - ** FIX** (config): Validation Logic for Configuration File Extension (#76 ).
5+
16## 0.8.2
27
38 - ** FEAT** : Support for Option Group Name (#71 ).
Original file line number Diff line number Diff line change 11name : config
2- version : 0.8.2
2+ version : 0.8.3
33description : A package for parsing command-line arguments and configuration files.
44repository : https://github.com/serverpod/cli_tools
55issue_tracker : https://github.com/serverpod/cli_tools/issues
You can’t perform that action at this time.
0 commit comments