Releases: webability/xconfig
Releases · webability/xconfig
XConfig v2.0.2
XConfig v2.0.1
The XConfig library is used to easily build a config object based on a descriptor file.
This version includes:
- Some errors corrected in Iterator (was stopped if there was a false value in the parameter)
- constructor and merge method enhanced
- Now compatible with PHP7
- Now uses namespace xconfig
XConfig v1.1.0
The XConfig library is used to easily build a config object based on a descriptor file.
This version includes:
- The Compiler now accept ';' as comment
- Better compiler, respect '=' after first occurence as value
- Compiler now converts 'true', 'yes', 'on' to true and 'false', 'no', 'off', 'none' to false