Skip to content

Releases: ghostwriter/json

3.0.0

09 Feb 19:48
233cb60
Compare
Choose a tag to compare

Removed

  • Constant Ghostwriter\Json\Interface\JsonInterface::DECODE was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::DEPTH was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::EMPTY was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::ENCODE was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::IGNORE was removed
  • Constant Ghostwriter\Json\Interface\JsonInterface::PRETTY was removed

Changed

  • The return type of Ghostwriter\Json\Interface\JsonInterface#decode() changed from mixed to array
  • Parameter 1 of Ghostwriter\Json\Interface\JsonInterface#encode() changed name from int $flags = 0 to bool $prettyPrint = false
  • Parameter 1 of Ghostwriter\Json\Interface\JsonInterface#validate() changed name from int $flags = 0 to bool $ignoreInvalidUtf8 = false

Full Changelog: 2.0.0...3.0.0

2.0.0

09 Dec 20:42
6d455b1
Compare
Choose a tag to compare

Full Changelog: 1.2.0...2.0.0

  • Drop PHP <= 8.2
  • Add validate method
  • Json class methods are now, non-static

1.2.0

16 Aug 02:39
b00252c
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

1.1.0

17 Jan 03:27
154e982
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

02 Dec 23:15
6beeaa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

04 Oct 16:51
6b953b8
Compare
Choose a tag to compare

Full Changelog: 0.1.2...1.0.0

0.1.2

20 Sep 10:00
2eb2ee9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

09 Aug 11:09
126bf5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

11 Jul 22:21
aca5c81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ghostwriter/json/commits/0.1.0