ripozo v1.3.0 Release Notes
Release Date: 2016-02-16 // about 9 years ago-
- ๐ New Field class. The
BaseField
class is now deprecated. The switch is largely backwards compatible if you are not using private functions. If you are inheriting from theBaseField
directly you will need to update to use the newripozo.resources.fields.field.Field
class. The change should be transparent. - Validation helpers. A new module that includes helper functions for common validation scenarios.
ripozo.resources.fields.validations
- ๐ The
BaseField
is deprecated and will be removed in v2.0.0
- ๐ New Field class. The
Previous changes from v1.2.3
-
- ๐ Bug fix for JSONAPI adapter that occurred when a resource with no primary keys was passed to the adapter causing it to break