Releases: chillerlan/php-settings-container
Releases · chillerlan/php-settings-container
2.1.2
- CI updates
- cleanup
1.2.2
- PHP8 compatibility for the 1.2.x branch
2.1.1
- minor consistency fixes
- dependency updates
- cleanup
2.1.0
- PHP8 compatibility
2.0.0
- PHP 7.4+
1.2.1
- fixed a bug that prevented a custom getter on 'null' values
1.2.0
- allow internal getter
$this->{'get_'.$property}()
(could've done this before) - implement
JsonSerializable
- PHPUnit 8.3
1.1.0
- allow internal setter
$this->{'set_'.$property}($value)
- PHPUnit 8.1
1.0.2
- phpunit version bump (8.0)
1.0.1
:octocat: could as well use the declared variable...