Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 927 Bytes

changelog.md

File metadata and controls

43 lines (33 loc) · 927 Bytes

Changelog

All notable changes to configparser will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

[3.0.0] - 2022-03-27

Change

  • BREAKING: Drop support of PHP 7.x
  • Add tests on CI for 8.0 & 8.1

[2.1.0] - 2019-03-18

Change

  • Update example usage on README
  • Add PHPDoc blocks for new functions
  • Add new isArray() assertion
  • Add test cases
  • Remove unused property

[2.0.0] - 2019-03-15

Change

  • BREAKING: changed calling methodology from constructor to static method
  • Added static property to keep a cache of loaded files

[1.0.4] - 2018-11-27

Bugfix

  • work if deep/nested property is missing

[1.0.3] - 2018-11-26

Change

  • gitattribute changes

[1.0.2] - 2018-11-26

Change

  • gitattribute changes

[1.0.1] - 2018-11-26

Change

  • gitattribute changes

[1.0.0] - 2018-11-26

Added

  • Publish package