redux-flute
Advanced tools
Changelog
0.4.1
Changed schema type Object to return empty object by default instead of null.
Changelog
0.4.0
Added the ability to pass in URL parameters to .all
and .find
model
methods. Can be either a string or an object which is turned into a string.
Changelog
0.3.2
Fixed a bug that would save no attributes on a new model because of diffing
Changelog
0.3.1
Fixed a bug that diffed records before they had a chance to interpolate routes
Changelog
0.3.0
Added a diffMode
feature, enabled by default. This will only submit
changed/new attributes of a model. It can be switched off using the setAPI
method.
Changelog
0.2.5
Started clearing Rails-style nested attributes in schema, so they don't persist across multiple requests.