- Fix for #130. Uncaught TypeError: Cannot read property 'localStorage' of undefined
- You can now pass
{ajaxSync: true}
as an option tofetch
andsave
to force remote syncing. (@adamterlson) - Various fixes. Thanks to @nbergseng, @richardchen331, @eush77, @malept, @HenriqueSilverio
- Forgot a comma, broke it for bower.
- Various fixes, thanks everybody
- Fix CommonJS requiring (Brandon Dimcheff)
- Don't assume
require
is defined whenexports
is defined (#100)
- Can't remember...
- #90 Check for localStorage (throw an error if not available)
- #79 Added CommonJS support
- #82 Upgraded Backbone to version 1.0 in test suite
- Fixed a few bugs after upgrading to 1.0... looks like Backbone is now triggering the events we were previously manually triggering.
- #87 Fixes Lodash v1.0.0-rc.1 removal of _#chain
- #86 Fix for when developer has specified in backbone which jQuery version to use by setting Backbone.$
- localStorage adapter for Backbone.js