Updated 0.4 documentation

This commit is contained in:
Joe Vu 2014-08-30 12:10:37 -07:00
parent 3a31989778
commit 3afbb674c4

View File

@ -144,3 +144,8 @@ requirejs.config({
## Version v0.3
- Fixed the use of "attrs" instead of using "this.attributes" at condition check and model parsing/flattening
- Added the option to save just option, i.e: .save({ silent: true });
## Version 0.4
- Fixed all the wonkiness from 0.3 with the attributes and save. Reverted a lot of code and refactored
- Added "blob" support as a FileObj entity
- Added some Jasmine tests