Skip to content

Releases: EFTEC/Services_JSON

2.5

Choose a tag to compare

@jorgecc jorgecc released this 02 Mar 22:00
  • 2.5
    • now allows "@" and "." for key values.

2.4

2.4

Choose a tag to compare

@jorgecc jorgecc released this 06 Apr 15:38
  • 2.4
    • update requirements to php 7.4
    • added more type hinting (type validation)

2.3.2

Choose a tag to compare

@jorgecc jorgecc released this 10 Nov 00:51
  • 2.3.2
    • Added flag to decode DECODE_NO_QUOTE

2.3.1

Choose a tag to compare

@jorgecc jorgecc released this 08 Nov 10:54
  • 2.3.1
    • deleted unused code
    • fixed comments.

2.3

2.3

Choose a tag to compare

@jorgecc jorgecc released this 07 Nov 22:47
  • 2.3
    • Fixed a typo with a comment.
    • added PHPUnit. The entire code is tested but special codification.

2.0

2.0

Choose a tag to compare

@jorgecc jorgecc released this 07 Nov 20:15
  • 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

1.1

Choose a tag to compare

@jorgecc jorgecc released this 07 Nov 12:26
  • 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.