Skip to content

Releases: EFTEC/Services_JSON

2.5

02 Mar 22:00

Choose a tag to compare

  • 2.5
    • now allows "@" and "." for key values.

2.4

06 Apr 15:38

Choose a tag to compare

2.4
  • 2.4
    • update requirements to php 7.4
    • added more type hinting (type validation)

2.3.2

10 Nov 00:51

Choose a tag to compare

  • 2.3.2
    • Added flag to decode DECODE_NO_QUOTE

2.3.1

08 Nov 10:54

Choose a tag to compare

  • 2.3.1
    • deleted unused code
    • fixed comments.

2.3

07 Nov 22:47

Choose a tag to compare

2.3
  • 2.3
    • Fixed a typo with a comment.
    • added PHPUnit. The entire code is tested but special codification.

2.0

07 Nov 20:15

Choose a tag to compare

2.0
  • 2.0
    • Now the library is static, so you can call the methods without creating an instance.
    • If you want to work with the non-static library, then install 1.1

1.1

07 Nov 12:26

Choose a tag to compare

1.1
  • 1.1
    • It works with PHP 7.2 and higher.
    • It doesn't require PECL to work.
    • The code was cleaned
    • web header is removed.
    • Method decode() could return an associative array.