Releases: WebFiori/json
Releases · WebFiori/json
v3.1.1
v3.1.0
Version 3.0.0 Stable
What's Changed
Full Changelog: v2.1.0...v3.0.0
Version 2.1.0 Stable
- Fixes bug #19
- Changed directory structure to follow PSR-4 standard.
Version 2.0.2 Stable
- Migrated to GitHub actions.
- Fixed small bug.
- Made one private method public and change its name.
Version 2.0.1 Stable
v2.0.1 Update .travis.yml
Version 2.0.0 Stable
- Moved classes to new namespace
webfiori\json
. - Renamed class
JsonX
toJson
. - Added a class to store datatypes instead of using the array
TYPES
to improve readability.
Version 1.4.8 Stable
- 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
- 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
New Features
- Added new method to add multiple attributes at once.