We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727fce4 commit 6829ddbCopy full SHA for 6829ddb
HISTORY.md
@@ -1,3 +1,15 @@
1
+# 1.0.1
2
+## 2015-02-26
3
+* upgrade dependencies
4
+ * express
5
+ * underscore
6
+ * rendr-handlebars
7
+ * chai
8
+ * sinon-chai
9
+* fix a few cases where `window.$` was being accessed instead of `Backbone.$`
10
+* fix for collection store when lazy-loading a collection (two collections were in the store, now only one)
11
+* fix for restAdapter that was putting `?` when req.query was an empty object
12
+
13
# 1.0.0
14
## 2015-02-11
15
* upgrade to express 4.11.0
0 commit comments