Releases: mikkopaderes/ember-cloud-firestore-adapter
Releases · mikkopaderes/ember-cloud-firestore-adapter
v3.0.0
What's Changed
- Migrate to complete Firebase Modular SDK by @mikkopaderes in #252
Full Changelog: v2.3.1...v3.0.0
v2.3.1
What's Changed
- Fix potential race condition for realtime queries by @mikkopaderes in #253
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Upgrade Ember LTS from v3.28.5 to v4.4.0 by @mikkopaderes in #247
- Support custom error by @mikkopaderes in #246
Full Changelog: v2.2.2...v2.3.0
v2.2.2
v2.2.1
What's Changed
- Replace deprecated
substr
functions withsubstring
by @charlesfries in #235 - Refactor the data fetching logic by @mikkopaderes in #237
- Improve unit test stability by @mikkopaderes in #238
- Update package version to v2.2.1 by @mikkopaderes in #240
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Upgrade Ember CLI to 3.28.5 by @mikkopaderes in #217
- Fix acceptance test for query-2 by @mikkopaderes in #218
- Fix lint warning by @mikkopaderes in #219
- Fix working but improper import by @mikkopaderes in #220
- Removed unused hasMany by @charlesfries in #223
- QUnit
equal
->strictEqual
by @charlesfries in #222 - [Redo] Fix dummy modular format by @charlesfries in #221
- Bump firebase and firebase-tools version by @mikkopaderes in #227
- Remove auto generated files from repo by @mikkopaderes in #228
- Update package version to 2.2.0 by @mikkopaderes in #232
Full Changelog: v2.1.0...v2.2.0
v2.1.0
This release marks the transition of this addon towards Firebase Modular SDK. To make use of it, use the cloud-firestore-modular
adapter and serializer (see docs).
The Compat SDK adapter and serializer will now be in maintenance mode and will be dropped on Firebase v10 release, so I recommend everyone to transition to the new one moving forward.
Changelog:
- Fix example (#196)
- Implement fastboot wrapper import (#199)
- Convert TimestampTransform to Modular SDK (#200)
- Migrate authentication to Firebase Modular SDK (#201)
- Use internal import for Timestamp transform (#202)
- Migrate generateIdForRecord to modular SDK (#203)
- Support Firestore Modular SDK through new Adapter and Serializer (#204)