Skip to content

Releases: mikkopaderes/ember-cloud-firestore-adapter

v0.7.2

03 Feb 05:11
Compare
Choose a tag to compare

Changes:

  • #86 [STABILITY] Update Ember CLI
  • #87 [BUGFIX] Fix findRecord not throwing errors
  • #88 [UNDOCUMENTED-FEATURE] Add unloadRecord indicators

v0.7.1

18 Jan 02:48
Compare
Choose a tag to compare

Changes:

  • #84 [BUGFIX] Fix inFlight errors
  • #85 [STABILITY] Update mock-cloud-firestore

v0.7.0

04 Jan 14:22
6f71443
Compare
Choose a tag to compare

Changes:

  • #80 [FEATURE] Add auth support
  • #81 [DOCS] Add reference links

v0.6.0

11 Dec 03:48
Compare
Choose a tag to compare

This release contains breaking changes

  • #73 [FEATURE] Make realtime listeners as opt-in
  • #74 [FEATURE] Allow true sub-collection fetching
  • #75 [FEATURE] Support buildReference hook in create and update
  • #77 [FEATURE] Support buildReference hook in delete

v0.5.0

28 May 03:40
Compare
Choose a tag to compare

Changes:

  • #63 [STABILITY] Update mock-cloud-firestore
  • #64 [FEATURE] Implement standalone limit API
    • This should make things like pagination and infinite scrolling easier to implemenet
    • Relevant docs here and here

v0.4.2

16 May 04:01
c5fdb47
Compare
Choose a tag to compare

Changes:

  • #61 [BUGFIX] Fix regressions
    • Timestamp can now be serialized properly
    • adapterOptions.onServer will now work when payload contains a relationship

v0.4.1

13 May 13:47
43fe38a
Compare
Choose a tag to compare

Changes:

  • #58 [STABILITY] Update mock-cloud-firestore to fix regressions

v0.4.0

13 May 08:54
e60b27b
Compare
Choose a tag to compare

Changes:

  • #50 [CLEANUP] Code cleanup
  • #52 [BUGFIX] Revert Firestore service
  • #53 [FEATURE] Add option to rename cloudFirestoreReference
  • #54 [STABILITY] Update ember-firebase-service to v5.0.0
    • This will also update Firebase to 5.x
  • #55 [BUGFIX] Fix bug that prevents listening for hasMany changes
  • #56 [STABILITY] Update mock-cloud-firestore to v0.3.1

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