Skip to content

Releases: revinate/php-getter-setter

PHP 7.x compatibility

25 Jun 23:02
d4f3f37
Compare
Choose a tag to compare

Usage of array_key_exists on objects is deprecated used property_exists instead.

ceased support for PHP < 7

code style PSR12

PHP 7.x compatibility

26 Jun 03:07
d4f3f37
Compare
Choose a tag to compare

Usage of array_key_exists on objects is deprecated used property_exists instead.

Created support for PHP < 7

Code style PSR12

Optimization -- only update sub objects/arrays if they have changed.

10 Mar 04:38
Compare
Choose a tag to compare
Merge pull request #1 from saber3005/duplicate-set-operations

Stop redundant `set`s

Fix some unit tests and define behavior for null values.

24 Sep 17:14
Compare
Choose a tag to compare
0.2.2

Improve Unit Tests and add behavior for null values.

Add default separator to GetterSetter class

15 Sep 08:27
Compare
Choose a tag to compare
0.2.1

Rename GetterSetter::getPathValue and setPathValue to get and set

Shorten getPathValue and setPathValue to get and set

15 Sep 06:21
Compare
Choose a tag to compare
0.2.0

Add Explicit Exceptions and shorten getPathValue and setPathValue

0.1.1

13 Sep 22:11
Compare
Choose a tag to compare
Remove type

First Release

13 Sep 22:00
Compare
Choose a tag to compare
0.1.0

First Check in.