@guanghechen/commander 3.3.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Breaking changes:
8
+ - Rename `description` field to `desc` in ICommandConfig
9
+ - Implement 5-stage execution flow with breaking API changes
10
+ - Implement ICommandToken for naming convention support with format validation
11
+
3
12
  ## 3.3.0
4
13
 
5
14
  ### Minor Changes