Releases: lmcq/firebase-firestorm
Releases · lmcq/firebase-firestorm
v2.0.5
2.0.5 (2019-09-19)
Bug Fixes
- decorators/map: fixed map arrays repository registration (27dce1a)
v2.0.4
2.0.4 (2019-09-19)
Bug Fixes
- types: fixed IFieldMapConfig to accept any class (149020b)
v2.0.3
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
2.0.2 (2019-09-09)
Bug Fixes
- map: invoke type with 'new' when registering map fields (c928b43)
v2.0.1
2.0.1 (2019-09-09)
Bug Fixes
- subcollection: subcollection registers as collection name under parent rather than field name (a1b7e10)
v2.0.0
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
1.1.0 (2019-08-29)
Features
- decorators: made configuration parameter optional for decorators that don't require an Entity (dba4fb3)
v1.0.2
1.0.2 (2019-08-12)
Performance Improvements
- converted async/await to promises (867ff6a)
v1.0.1
1.0.1 (2019-08-12)
Bug Fixes
- queries: fetches firestore field from repository when property is provided in wherequery (0c324b4)
v1.0.0
1.0.0 (2019-08-09)
Bug Fixes
- remove leading / in package.json main (d9530c5)