Skip to content

Releases: chillerlan/php-settings-container

2.1.2

06 Sep 15:21

Choose a tag to compare

  • CI updates
  • cleanup

1.2.2

03 Sep 17:35

Choose a tag to compare

  • PHP8 compatibility for the 1.2.x branch

2.1.1

06 Jan 16:00

Choose a tag to compare

  • minor consistency fixes
  • dependency updates
  • cleanup

2.1.0

07 Oct 13:47

Choose a tag to compare

  • PHP8 compatibility

2.0.0

16 Apr 18:17

Choose a tag to compare

  • PHP 7.4+

1.2.1

10 Sep 00:23

Choose a tag to compare

  • fixed a bug that prevented a custom getter on 'null' values

1.2.0

09 Sep 22:44

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

Choose a tag to compare

  • allow internal setter $this->{'set_'.$property}($value)
  • PHPUnit 8.1

1.0.2

01 Mar 16:05

Choose a tag to compare

  • phpunit version bump (8.0)

1.0.1

01 Oct 11:12

Choose a tag to compare

:octocat: could as well use the declared variable...