Skip to content

Releases: mikkopaderes/ember-cloud-firestore-adapter

v0.3.1

11 May 01:55
Compare
Choose a tag to compare

Changes:

  • #48 Makes firestore a singleton and sets correct timestamp setting [@douweh]
  • #49 Fix deprecation for timestamp transform

v0.3.0

03 May 02:29
Compare
Choose a tag to compare

Changes:

  • #44 [FEATURE] Support buildReference hook for hasMany in non-manyToOne relationships

v0.2.4

16 Apr 01:18
58cb484
Compare
Choose a tag to compare

Changes:

#42 Fix another fastboot issue ;)

v0.2.3

14 Apr 15:47
2ec05ed
Compare
Choose a tag to compare

Changes:

  • #41 Fix FastBoot bug when deploying to server

v0.2.2

11 Apr 00:11
Compare
Choose a tag to compare

Changes:

  • #39 Fix relationship bug
  • #40 Fix FastBoot

v0.2.1

15 Mar 13:57
c2f80cf
Compare
Choose a tag to compare

Changes:

  • #35 Update ember-firebase-service to v4.0.1

v0.2.0

10 Mar 08:06
93f41d9
Compare
Choose a tag to compare

Breaking change release

Changes:

  • New API on almost every part of the library. See the guides for more info.
    • The TL;DR; of the API changes is that you'll use more of Firebase JS SDK's API rather than this library reinventing those for Ember Data.
  • Replace Mirage test helpers with mock-cloud-firestore for a smoother testing experience in your apps
  • Remove Model extension that adds a cloudFirestoreReference attribute as this is no longer necessary with the new API

v0.1.3

10 Feb 12:45
07c06cc
Compare
Choose a tag to compare

Changes

#13 Fix regression caused by assigning arrays and objects in init() hooks. We use immutability to avoid leaking object states.

v0.1.2

10 Feb 10:55
2bfbde7
Compare
Choose a tag to compare

Changes

#12 Fix mirage query not working when providing a non-existing path

v0.1.1

11 Jan 16:30
0e3f087
Compare
Choose a tag to compare

Changes:

#10 Fix bug that prevents relationships from being fetched under a production environment build