File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33### v3.0.0 (2019-02-02)
44Major:
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 ` .
99
1010Patch:
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