Skip to content

Commit 26e109a

Browse files
committed
Update HISTORY.md
Added the changelog for 0.5.1
1 parent 2dc4dd2 commit 26e109a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

HISTORY.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.5.1
2+
## 2014-12-11
3+
* Changed how views are attached to the document, now calls the `render` method when given the appropriate flag.
4+
* Added tests around base/view.js
5+
* Added a `clear` method to the model and collection stores
6+
* Fixed model collection from the store, will no longer create new instances of the model
7+
* Added the ability to pass a JSON object to `fetch_params` when lazy loading views. This way we can pass multiple parameters to those models / collections.
8+
* Upgraded `qs` dependency
9+
* Fixed query string attribute when loading collections, now will properly send data on client and server.
10+
* Fix in the view's parse options to not override the model / collection attribute after they've been re-inflated.
11+
* Added fix for the `parse` method to allow for sub-models / sub-collections
12+
* Upgrade to Backbone 1.1.2
13+
* Added support for nested params in ServerRouter
14+
115
# 0.5.0
216
## 2014-02-25
317
* [deprecation] use `initialize` instead of `postInitialize`

0 commit comments

Comments
 (0)