Skip to content

Releases: webability/xconfig

XConfig v2.0.2

02 Jan 18:34

Choose a tag to compare

The XConfig library is used to easily build a config object based on a descriptor file.

This version includes:

  • A bug corrected on the NEWLINE static string to build back the config file

XConfig v2.0.1

28 Jan 19:16

Choose a tag to compare

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

13 Aug 15:43

Choose a tag to compare

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