- Added links - Added _list_fields attribute to BaseManager for more efficient querying when necessary - Moved getting the adapter class based on the format type in the dispatcher to its own method.
0.1.20
===================
- Fields no longer have a default. - Adapter.extra_headers returns a dictionary instead of a list - Fields can specify an error message. - ListField added - Fixed deep inheritance issue with translate decorator. - Added the name of the relationship as an item in the rel list in the SIREN adapter.
0.1.19
===================
- Endpoint name
0.1.18
===================
- Fixed bug with RetrieveRetrieveList mixin - Added ``picky_processor`` which specifically includes processors to include or exclude. - pre and post processors now get the name of the function being called. before running