ripozo v1.3.0 Release Notes
Release Date: 2016-02-16 // over 10 years ago-
- 🆕 New Field class. The
BaseFieldclass is now deprecated. The switch is largely backwards compatible if you are not using private functions. If you are inheriting from theBaseFielddirectly you will need to update to use the newripozo.resources.fields.field.Fieldclass. The change should be transparent. - Validation helpers. A new module that includes helper functions for common validation scenarios.
ripozo.resources.fields.validations - 🚚 The
BaseFieldis 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