ripozo v1.0.0.b1 Release Notes

Release Date: 2015-06-29 // almost 9 years ago
    • ๐Ÿ›  Fixed bug in url for the resource instance returned by the RetrieveList mixin.
    • manager_field_validators attribute in @translate decorator removed. It's now expected that you explicitly call translate_fields in your method if you wish to translate fields in an inheritable class apimethod
    • โš  Warnings raised when a class registered with a dispatcher has a relationship/link with a relation that does not exist in the ResourceMetaClass registry.
    • ๐Ÿ“‡ renamed BoringJSONAdapter to BasicJSONAdapter
    • Templated relationships now available.
    • Route extensions available on ResourceBase instances. This allows a user to append part of a url to a resource base so that the .url property renders properly. This is helpful when route is defined on an apimethod.