Skip to content

Releases: scotttrinh/angular-localForage

1.3.7

12 May 13:42
Compare
Choose a tag to compare

1.3.7 (2017-05-12)

Bug Fixes

  • Fix regression converting non-plain objects into plain objects (#140)
    (0089530c)

1.3.6

28 Apr 13:50
Compare
Choose a tag to compare

1.3.6 (2017-04-28)

Bug Fixes

  • Always remove $$hashKey from object or array objects
    (1237fac1)

1.3.5

22 Feb 21:21
Compare
Choose a tag to compare

1.3.5 (2017-02-22)

Bug Fixes

  • Use correct error handler parameter
    (2b01f4ec)

1.3.4

22 Feb 21:21
Compare
Choose a tag to compare

1.3.4 (2017-02-22)

Features

  • Add defineDriver method for upstream consistency
    (ac1c3b9c,
    #105)

Performance Improvements

  • Do not copy value on setItem
    (6a42de38)

1.3.3

07 Jan 17:03
Compare
Choose a tag to compare

1.3.3 (2017-01-07)

Bug Fixes

1.3.1

03 Jul 22:36
Compare
Choose a tag to compare

1.3.1 (2016-07-03)

Bug Fixes

1.3.0

02 Jul 15:45
Compare
Choose a tag to compare

1.3.0 (2016-07-02)

Bug Fixes

  • If there is no root, use angular from window
    (bcb80690)

Features

Documentation

  • Fix unit test documentation
    (f821f464)
  • Update API reference for getItem
    (283bc263)
  • Update API reference and tests for iteration to include iterationNumber examples
    (fe8bd37)

1.2.5 (2015-12-16)

16 Dec 20:59
Compare
Choose a tag to compare

Bug Fixes

  • Change getItem(string[]) to return null for unknown keys instead of undefined
    (4397b7db)
  • ArrayBuffer binary type is now supported
    (7b1be931)

1.2.4 (2015-12-16)

16 Dec 21:00
Compare
Choose a tag to compare

Bug Fixes

  • bump to localForage ~1.3
  • gulpfile.js missing done var in build task
    (670398ab)

1.2.3 (2015-07-10)

10 Jul 14:02
Compare
Choose a tag to compare

Bug Fixes

  • Fixed $localForage.bind with falsey defaults (+ test).
    (c686347b)

Features

  • Using the localforage 1.2.4 & angular 1.4