Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 836 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 836 Bytes

Changelog

v0.2.1 2016-02-06

  • Added new method hasKey(key)

v0.2.0 2015-11-06

  • Unified error handling for over quota, disabled local storage etc.

v0.1.4 2015-10-27

  • Added Gruntfile to auto generate simpleStorage.min.js
  • Added jshint rule file and Grunt task

v0.1.3 2015-01-15

  • Bumped version to 0.1.3
  • Changed formatting [68d600b4]
  • #18 fix duplicate keys (will-e-yams) [28a1bd2b]

v0.1.2 2014-02-16

  • Bumped version to 0.1.2
  • Refactored TTL cleanup [1e176925]
  • Added travis-ci config for auto running tests after every commit [845df28a]

v0.1.1 2014-02-15

  • Bumped version to 0.1.1
  • Added bower package file [a3faa6b5]
  • getTTL returns a number (TTL is set), Infinity (TTL is not set) or false (key does not exist) [36800824]

v0.1.0 2014-01-11

  • Initial release