Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Releases: lmcq/firebase-firestorm

v2.0.5

19 Sep 10:12
Compare
Choose a tag to compare

2.0.5 (2019-09-19)

Bug Fixes

  • decorators/map: fixed map arrays repository registration (27dce1a)

v2.0.4

19 Sep 09:50
Compare
Choose a tag to compare

2.0.4 (2019-09-19)

Bug Fixes

  • types: fixed IFieldMapConfig to accept any class (149020b)

v2.0.3

19 Sep 09:42
Compare
Choose a tag to compare

2.0.3 (2019-09-19)

Bug Fixes

  • decorators/map: fixed the deserialisation of arrays of maps by explicitly defining the entity (07c4d1e)

v2.0.2

09 Sep 15:10
Compare
Choose a tag to compare

2.0.2 (2019-09-09)

Bug Fixes

  • map: invoke type with 'new' when registering map fields (c928b43)

v2.0.1

09 Sep 14:57
Compare
Choose a tag to compare

2.0.1 (2019-09-09)

Bug Fixes

  • subcollection: subcollection registers as collection name under parent rather than field name (a1b7e10)

v2.0.0

02 Sep 16:05
Compare
Choose a tag to compare

2.0.0 (2019-09-02)

Features

  • added support for realtime updates using snapshot listeners (663cadc)

BREAKING CHANGES

  • Replaced @google-cloud/firestore dependency with firestore client SDK. Implementation of
    realtime updates highlights discrepancies between the SDKS.

v1.1.0

29 Aug 09:57
Compare
Choose a tag to compare

1.1.0 (2019-08-29)

Features

  • decorators: made configuration parameter optional for decorators that don't require an Entity (dba4fb3)

v1.0.2

12 Aug 13:46
Compare
Choose a tag to compare

1.0.2 (2019-08-12)

Performance Improvements

  • converted async/await to promises (867ff6a)

v1.0.1

12 Aug 09:47
Compare
Choose a tag to compare

1.0.1 (2019-08-12)

Bug Fixes

  • queries: fetches firestore field from repository when property is provided in wherequery (0c324b4)

v1.0.0

09 Aug 15:14
Compare
Choose a tag to compare

1.0.0 (2019-08-09)

Bug Fixes

  • remove leading / in package.json main (d9530c5)