Skip to content

Releases: WebFiori/json

v3.1.1

27 Apr 07:21
f49f79e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

27 Apr 05:38
3208b25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0 Stable

27 Dec 21:22
f5fe3f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

Version 2.1.0 Stable

23 Jun 19:07
Compare
Choose a tag to compare
  • Fixes bug #19
  • Changed directory structure to follow PSR-4 standard.

Version 2.0.2 Stable

20 Dec 18:44
1692f71
Compare
Choose a tag to compare
  • Migrated to GitHub actions.
  • Fixed small bug.
  • Made one private method public and change its name.

Version 2.0.1 Stable

14 Nov 21:13
Compare
Choose a tag to compare
v2.0.1

Update .travis.yml

Version 2.0.0 Stable

02 Sep 22:29
Compare
Choose a tag to compare
  • Moved classes to new namespace webfiori\json.
  • Renamed class JsonX to Json.
  • Added a class to store datatypes instead of using the array TYPES to improve readability.

Version 1.4.8 Stable

28 Aug 19:08
Compare
Choose a tag to compare
  • Added support for new props style: none.
  • Added support for decoding JSON strings and converting them to JsonX instance.
  • Added a method to remove props from JsonX instance.
  • Changed the way the method JsonX::get() works. Now it returns the actual value which was added to the instance.
  • Added a way to read JSON file and convert its content to JsonX object.
  • Added a method to get the names of added props.
  • Fixed some detected bugs.

Version 1.4.7 Stable

31 Jul 19:10
Compare
Choose a tag to compare
  • Added support for changing the style of properties names (camel, kebab, snake).
  • Modified PHP docs to follow new standard way.

Version 1.4.6 Stable

26 Apr 22:23
Compare
Choose a tag to compare

New Features

  • Added new method to add multiple attributes at once.