Releases: runz0rd/common-php
Releases · runz0rd/common-php
v2.1.4
Now using custom method for checking if the value is empty.
v2.1.3
Added ModelPropertyType. Various bug fixes and refactoring
v2.1.2
Small fixes to root logic. Removed useRoot parameters.
v2.1.1
Small fixes to object validation and mapping
Added a separate validation module
For validation mapped object, you can now use validatable trait.
Rewrote ObjectMapper
No longer depending on any 3rd party library.
Initial release
Extended upon JsonMapper to make ObjectMapper with additional capabailites. Wrote traits to expose functionality.