File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### v3.0.0 (2019-02-02)
4
4
Major:
5
- - Removed method ` isFlagOrAliasExists ` , please use isFlagExist
6
- - Renamed method ` isFlagExists ` to ` isFlagExist ` , changed second parameter of the method.
7
- - Will be thrown ` CongifErrorException ` if it is passed wrong config to constructor.
8
- - Method ` getArg($key) ` returns ` true ` or ` false ` when filter is ` flag ` .
5
+ - Removed method ` isFlagOrAliasExists ` , please use ` isFlagExist `
6
+ - Renamed method ` isFlagExists ` to ` isFlagExist ` , and second parameter of the method is changed
7
+ - Will be thrown ` CongifErrorException ` if it is passed wrong config in constructor.
8
+ - Method ` getArg($key) ` returns only ` true ` or ` false ` when filter is ` flag ` .
9
9
10
10
Patch:
11
- - Fixed default default arguments of default params
11
+ - Fixed bug of using default empty values from config.
You can’t perform that action at this time.
0 commit comments