3.0.0-alpha.2
Pre-release
Pre-release
3.0.0-alpha.2 - 09 January 2016
Breaking API changes
- All options that could be found at
DSHttpAdapter#defaults
will now be on
the actual instances ofDSHttpAdapter
. e.g.DSHttpAdapter#defaults.deserialize
is now atDSHttpAdapter#deserialize
. This makes it easier to extend the
DSHttpAdapter
class and override its methods.
Backwards compatible API changes
- Added lifecycle methods: beforeFind, afterPOST, etc.
- Added support for the
raw
option