Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 458 Bytes

History.md

File metadata and controls

17 lines (11 loc) · 458 Bytes

Release History

0.3 / 2011-10-11

  • Fixed bug with indexedDB's continue and delete methods being reserved keywords causing Safari to throw errors

0.2 / 2011-10-10

  • Added store.opts.name to handle multiple stores by prefixing keys
  • Added store.removeAll() method
  • Fixed bug where only objects and arrays were persisted to webSQL and indexedDB
  • Updated documentation

0.1 / 2011-10-09

  • Initial release
  • Started release history