Skip to content

Releases: node-tastypie/tastypie

Fruit Pie

12 Dec 02:58
Compare
Choose a tag to compare
  • [BREAKING] rename resouce option objTpl to template
  • use setImmediate where possible
  • Support for Node v6 & v7
  • [BREAKING] drop support for node < 6
  • General Speed improvements

Escarole Pie

10 Aug 18:45
Compare
Choose a tag to compare
  • [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 to false
  • 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 )

18 Jul 21:58
Compare
Choose a tag to compare
  • 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

04 May 04:13
Compare
Choose a tag to compare
* includes a array field hydrate fix with JSON.parse handling of single element arrays.

Cherry Pie ( 3.0.0 )

18 Jul 22:11
Compare
Choose a tag to compare
* top level request methods handle deserialization of data.
* small bug fixes in the http module

v2.1.6

30 Apr 21:41
Compare
Choose a tag to compare

fixes #8 and ensures the dehydrate method is called only once

Blueberry Pie ( 2.0.0 )

18 Jul 22:12
Compare
Choose a tag to compare
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 )

18 Jul 22:14
Compare
Choose a tag to compare
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