Added revision notes

This commit is contained in:
Joe Vu 2014-08-06 17:49:40 -07:00
parent e46cc04f02
commit 5236fd812b

View File

@ -132,3 +132,15 @@ requirejs.config({
<script src="assets/js/backbone.js" /> <script src="assets/js/backbone.js" />
<script src="assets/js/backbone-model-file-upload.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 });