v1.01
- upgrade dependencies
- express
- underscore
- rendr-handlebars
- chai
- sinon-chai
- fix a few cases where
window.$
was being accessed instead ofBackbone.$
- fix for collection store when lazy-loading a collection (two collections were in the store, now only one)
- fix for restAdapter that was putting
?
when req.query was an empty object