1.6.0
Bugfixes
- Fixed simple validation shim cases.
Improvements
- Added JsonType that respects null for DB fields (will not save string
'null'
). - Added YearType
- Added BinaryUuidType (of what will come in CakePHP 3.6 to be used already in prior versions)
- Improved CookieHelper with new 3.4 syntax, including a new getCookies() method to list available cookies.
Note: This version now requires CakePHP 3.4+