Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 1.36 KB

Changelog

1.1.16 - January 22, 2015

  • Fix for #130. Uncaught TypeError: Cannot read property 'localStorage' of undefined

1.1.15 - January 7, 2015

  • You can now pass {ajaxSync: true} as an option to fetch and save to force remote syncing. (@adamterlson)
  • Various fixes. Thanks to @nbergseng, @richardchen331, @eush77, @malept, @HenriqueSilverio

1.1.14 - skipped due to some weirdness, inconsistent versioning.

1.1.13 - August 5, 2014

  • Forgot a comma, broke it for bower.

1.1.10 - August 4, 2014

  • Various fixes, thanks everybody

1.1.7 - October 4, 2013

  • Fix CommonJS requiring (Brandon Dimcheff)

1.1.6 - July 2, 2013

  • Don't assume require is defined when exports is defined (#100)

1.1.5 - At some point...

  • Can't remember...

1.1.4 - May 19, 2013

  • #90 Check for localStorage (throw an error if not available)

1.1.3 - May 12, 2013

  • #79 Added CommonJS support

1.1.2 - May 12, 2013

  • #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.

1.1.1 - May 11, 2013

  • #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.$

1.1.0 - prior to May 11, 2013

  • localStorage adapter for Backbone.js