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

v4.3.0

Choose a tag to compare

@adriancarriger adriancarriger released this 19 Aug 23:24

<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)