Skip to content

Releases: andreamk/JsonSerialize

1.31

Choose a tag to compare

@andreamk andreamk released this 19 Nov 01:25
9dcbb50

Added tests for PHP 8.4
Removed PHP 8.5 deprecations warnings

1.30

Choose a tag to compare

@andreamk andreamk released this 16 Mar 02:18
6d763be

Added tests for PHp 8.2 and 8.3

1.2.9

Choose a tag to compare

@andreamk andreamk released this 29 Nov 15:44
0324dd8

Fixed serialized object recursion on PHP 8.1+

1.2.8

Choose a tag to compare

@andreamk andreamk released this 03 Aug 08:33
874c968

Fixed unserialize problem

1.2.7

Choose a tag to compare

@andreamk andreamk released this 03 Aug 08:27
0dcb1d8

JSON_SKIP_MAGIC_METHODS now work on unserialize methods

1.2.6

Choose a tag to compare

@andreamk andreamk released this 01 Aug 11:06
0dcb1d8

Added flag JSON_SKIP_MAGIC_METHODS

1.2.5

Choose a tag to compare

@andreamk andreamk released this 25 Jul 13:54
d313ce0
Merge pull request #15 from andreamk/20220725_AL_autoloader-improved

relative namespace added

1.2.4

Choose a tag to compare

@andreamk andreamk released this 23 Jul 13:11
3c5a06e
  • PHPstan checks
  • Fixed PHPstan errors
  • Autoloader class added

1.2.3

Choose a tag to compare

@andreamk andreamk released this 13 Jul 11:56
f47229b

Improved the unserializeToObj function.

1.2.2

Choose a tag to compare

@andreamk andreamk released this 13 Jul 10:28
4ca2d2c

Added string sanitize function in case JSON encoding fails