Skip to content

Releases: mikkopaderes/ember-cloud-firestore-adapter

v0.7.5

24 Mar 10:24
Compare
Choose a tag to compare

Changes:

  • #93 [BUGFIX] Change default Firestore settings
  • #94 [BUGFIX] Fix query not reflecting new records on update

v0.7.4

23 Mar 15:18
Compare
Choose a tag to compare

Changes:

  • #92 [BUGFIX] Force timestamp to be a Date locally

v0.7.3

09 Feb 13:59
Compare
Choose a tag to compare

Changes:

  • #91 [STABILITY] Update mock-cloud-firestore

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