File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ - v2.0.3
4
+
5
+ - split loaders as a standalone repo
6
+ - split examples and tests to standalone
7
+ - update deps
8
+ - fix bugs
9
+
3
10
- v2.0.2
4
11
5
12
- remove dep to loaders/, this will reduce more 3rd-party libs deps from main module
Original file line number Diff line number Diff line change @@ -111,10 +111,13 @@ More minor details need to be evaluated and reimplemented if it's still meaningf
111
111
112
112
v2 is staying in earlier state:
113
113
114
- - Latest: v2.0.1
115
- - following our direct dependencies to fix/improve map -> struct converter so that we can:
116
- - improved the performance ` GetSectionFrom `
117
- - remove direct dep to yåml.v3, so we haven't any 3rd-party direct deps now, in the main module.
114
+ - Latest: v2.0.3
115
+
116
+ - split loaders as a standalone repo
117
+ - split examples and tests to standalone
118
+ - update deps
119
+ - fix bugs
120
+
118
121
- Full list: [ CHANGELOG] ( https://github.com/hedzr/cmdr/blob/master/CHANGELOG )
119
122
120
123
## Guide
Original file line number Diff line number Diff line change 2
2
3
3
package cmdr
4
4
5
- const Version = "v2.0.2 " // Version fir hedzr/cmdr/v2
5
+ const Version = "v2.0.3 " // Version fir hedzr/cmdr/v2
You can’t perform that action at this time.
0 commit comments