Skip to content

Releases: chillerlan/php-settings-container

2.1.2

06 Sep 15:21
Compare
Choose a tag to compare
  • CI updates
  • cleanup

1.2.2

03 Sep 17:35
Compare
Choose a tag to compare
  • PHP8 compatibility for the 1.2.x branch

2.1.1

06 Jan 16:00
Compare
Choose a tag to compare
  • minor consistency fixes
  • dependency updates
  • cleanup

2.1.0

07 Oct 13:47
Compare
Choose a tag to compare
  • PHP8 compatibility

2.0.0

16 Apr 18:17
Compare
Choose a tag to compare
  • PHP 7.4+

1.2.1

10 Sep 00:23
Compare
Choose a tag to compare
  • fixed a bug that prevented a custom getter on 'null' values

1.2.0

09 Sep 22:44
Compare
Choose a tag to compare
  • allow internal getter $this->{'get_'.$property}() (could've done this before)
  • implement JsonSerializable
  • PHPUnit 8.3

1.1.0

04 May 21:57
Compare
Choose a tag to compare
  • allow internal setter $this->{'set_'.$property}($value)
  • PHPUnit 8.1

1.0.2

01 Mar 16:05
Compare
Choose a tag to compare
  • phpunit version bump (8.0)

1.0.1

01 Oct 11:12
Compare
Choose a tag to compare
:octocat: could as well use the declared variable...