Added revision notes

Refactoring-the-class
Joe Vu 10 years ago
parent e46cc04f02
commit 5236fd812b

@ -132,3 +132,15 @@ requirejs.config({
<script src="assets/js/backbone.js" />
<script src="assets/js/backbone-model-file-upload.js" />
```
### Revisions
## Version v0.1
- First release
## Version v0.2
- Reformatted to standard AMD boilerplate pattern
## 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 });

Loading…
Cancel
Save