Releases: node-tastypie/tastypie
Releases · node-tastypie/tastypie
Fruit Pie
Escarole Pie
- [BREAKING] The serializer creates an internal mime instance
- [BREAKING] remove
options
from the serialize method stack - [BREAKING] adding support for strict xml arrays. For legacy xml handling set serliazer option
strict
tofalse
- Make the serializer parser and mime objects hidden props
- Moving the api plugin handler out of the constructor
- update mime module to be a class
Derby Pie ( 4.0.0 )
- Changes behavior in full_hydrate for patch requests allowing for partial updates
- Fixes an async bug in field dehydration where if called from a subclass, function calls may not finish before a second iteration begins causing parent chain problems
- Http helpers allow for an empty body by sending data as null
- Adds support for OPTIONS requests for List / Detail actions
- Better help text for the auto id & uri fields
- bugfix when using a serializer on an API instance crashes on node v6
- Better handling of partial updates for PATCH requests
- cache option on resource is no a config object instead of a cache instance
v3.0.1
* includes a array field hydrate fix with JSON.parse handling of single element arrays.
Cherry Pie ( 3.0.0 )
* top level request methods handle deserialization of data. * small bug fixes in the http module
v2.1.6
Blueberry Pie ( 2.0.0 )
Blueberry Pie ------------- * the methodsAllowed and ACTIONMethodsAllowed options have been broken compbined into a single object called allowed. Where keys are actions and values are methods to allow. * Remove all underscore methods on internal resource methods * break resource into logical mixins * replace all setTimeout of 0 with process.nextTick
Apple Pie ( 1.0.0 )
v1.0.0 - Apple Pie ------------------ Introduce significant breaking changes from 0.X * Mongoose resource extracted to external package * Rethink resource extracted to external package * Resource hydration / dehydration methods now asnycronous * Removal of several unused validation libraries