ripozo v1.3.0 Release Notes

Release Date: 2016-02-16 // about 8 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 the BaseField directly you will need to update to use the new ripozo.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

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