You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HISTORY.md
+14
Original file line number
Diff line number
Diff 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
+
1
15
# 0.5.0
2
16
## 2014-02-25
3
17
*[deprecation] use `initialize` instead of `postInitialize`
0 commit comments