Skip to content

Releases: beste/json

1.7.0

Choose a tag to compare

@jeromegamez jeromegamez released this 11 Sep 23:40
1.7.0
976525f

Added support for PHP 8.5

1.6.0

Choose a tag to compare

@jeromegamez jeromegamez released this 07 Apr 21:41
1.6.0
a25b883

Use conditional PHPStan return type to correctly type hint an array when using JSON::decode() and JSON::decodeFile()

1.5.1

Choose a tag to compare

@jeromegamez jeromegamez released this 19 Dec 09:41
1.5.1
0e9a0dc

Remove requirement that a string must be non-empty

1.5.0

Choose a tag to compare

@jeromegamez jeromegamez released this 16 Aug 22:45
1.5.0
3ed7d6b

Added support for PHP 8.4

1.4.0

Choose a tag to compare

@jeromegamez jeromegamez released this 16 Aug 22:45
1.4.0
2d7aea5

Restored support for PHP 8.1

1.3.0

Choose a tag to compare

@jeromegamez jeromegamez released this 25 Nov 16:09
1.3.0
19d978b

Added support for PHP 8.3, dropped support for PHP 8.1

1.2.1

Choose a tag to compare

@jeromegamez jeromegamez released this 19 Dec 10:27
28bb9e0

Fixed symlinks not being properly resolved

1.2.0

Choose a tag to compare

@jeromegamez jeromegamez released this 01 Dec 21:41
3855a0f

Added more checks when decoding JSON Files

1.1.0

Choose a tag to compare

@jeromegamez jeromegamez released this 04 Nov 23:00
e8088bf

Dropped support for PHP <8.1

1.0.0

Choose a tag to compare

@jeromegamez jeromegamez released this 12 Feb 21:25
6b02a02

Initial release