Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Releases: adriancarriger/angularfire2-offline

v4.5.0

02 Feb 12:20
Compare
Choose a tag to compare

<a name"4.5.0">

4.5.0 (2018-02-02)

v4.4.0

15 Sep 23:45
Compare
Choose a tag to compare

<a name"4.4.0">

4.4.0 (2017-09-15)

Bug Fixes

  • interfaces: bring angularfire2 interfaces into source control (bb7a439b)

v4.3.0

19 Aug 23:24
Compare
Choose a tag to compare

<a name"4.3.0">

4.3.0 (2017-08-19)

Bug Fixes

  • ObjectObservable:
  • database:
    • reduce observable updates (1774a627)
    • remove console.log (b2312282)
    • add primitives to object (15881106)
    • make meta properties enumerable (8f4ba847)
    • support multiple queries on the same reference (addb0f34)
    • match call signature of internal list observable (d35317e7)
  • example: avoid type errors (0ea13296)
  • list:
    • notify subscribers of offline list changes (a8760d4c)
    • emulate update instead of set on push (548a279d)
    • unsubscribe from earlier subscriptions if query to Firebase changes (b74e7444)
    • sort array before comparing (e0e5f26b)
    • remove = null from emulate (db87783e)
    • create an observable for each query (0c279c03)
    • enable querying lists (f25a1c72)

Features

  • database:
    • add offline promise (64e2b555)
    • allow resetting a specific key (6e85e192)
    • allow to unsubscribe from observables (e772ad95)

v2.0.11

08 May 00:11
Compare
Choose a tag to compare

2.0.11 (2017-05-08)

Bug Fixes

  • build: fix package.json typo (15b336d7)

v4.0.1

07 May 23:59
Compare
Choose a tag to compare

4.0.1 (2017-05-07)

Bug Fixes

  • build: whitelist tools in .gitignore (516d3c9b)

Features

  • database: support Angular 4.x and AngularFire2 4.x (bdc482f7)

Breaking Changes

  • database has moved to the /database directory.

Follow the upgrade guide at: https://github.com/angular/angularfire2/blob/master/docs/version-4-upgrade.md

Fixes: #11, #21

(bdc482f7)

v2.0.10

04 May 00:35
Compare
Choose a tag to compare

2.0.10 (2017-05-04)

Bug Fixes

  • database: only allow non null values from localforage (1df36fe9)

v2.0.9

03 May 00:03
Compare
Choose a tag to compare

2.0.9 (2017-05-03)

Bug Fixes

  • observables: avoid circular stringify (abeb837a)

v2.0.8

30 Apr 14:40
Compare
Choose a tag to compare

2.0.8 (2017-04-30)

Bug Fixes

  • database:
    • only update observers on unique value (749214e1)
    • prevent error on $exists (8ef28fe8)
    • add / to potential list ref (28629411)

v2.0.6

20 Apr 01:15
Compare
Choose a tag to compare

2.0.6 (2017-04-20)

Bug Fixes

  • ListObservable: return key for push method (afd01676)
  • build: remove build files from tests (a94b6b92)
  • database: remove impossible condition (bd8fcca6)

v2.0.4

12 Apr 01:52
Compare
Choose a tag to compare

2.0.4 (2017-04-12)

Bug Fixes

  • database: revert change from #7b07ae3 (2684c3fc)