Releases: hassankhan/config
Releases · hassankhan/config
3.2.0
What's Changed
- Fix php 8.4 deprecations implicitly marking parameter as nullable is deprecated by @8ctopus in #163
- Add PHP 8.3 and 8.4 to the CI matrix by @DavidePastore in #164
- Fix fatal error when root is null in has() method by @omniError in #160
- Add release notes for 3.2.0 by @DavidePastore in #166
- Release 3.2.0 by @DavidePastore in #167
New Contributors
- @8ctopus made their first contribution in #163
- @omniError made their first contribution in #160
Full Changelog: 3.1.0...3.2.0
Release 3.1.0
What's Changed
- Drop support for the end of life PHP versions by @nbayramberdiyev in #149
- Remove .travis.yml file by @peter279k in #152
- Let assertEquals change into assertSame by @peter279k in #153
- Fix namespaces in tests & allow tests to run on PHP 8.2 by @nbayramberdiyev in #154
- Add release notes for 3.1.0 by @DavidePastore in #157
New Contributors
- @nbayramberdiyev made their first contribution in #149
Full Changelog: 3.0.1...3.1.0
Release 3.0.1
What's Changed
- Fix merge by @DavidePastore in #147
- Add release notes for 3.0.1 by @DavidePastore in #148
Full Changelog: 3.0.0...3.0.1
Release 3.0.0
Release 2.2.0
Release 2.1.0
Added
- Support for writing configuration back to file and string (#122)
Release 2.0.2
Fixed
- Implementations of
ParserInterface
and cleanup (#120) - Tests for PHP 7
Release 2.0.1
Release 1.1.0
Added
- Added support for PHP constants in YAML (#112)
Release 1.0.1
Fixed
- Possibility to use an own file parser (#103)