Skip to content

Releases: mikkopaderes/ember-cloud-firestore-adapter

v1.3.0

13 Aug 01:23
Compare
Choose a tag to compare

Changes:

  • [FEAT] Give adapter subclasses access to FirebaseService (#175)

v1.2.2

10 Jul 08:56
Compare
Choose a tag to compare

Changes:

  • [BUGFIX] Fix errors in record manipulations getting swallowed (#173)

v1.2.1

28 May 01:49
Compare
Choose a tag to compare

Changes:

  • Update ember-firebase-service peerDependency (#167)

v1.2.0

16 Feb 03:30
Compare
Choose a tag to compare

Changes:

  • Support the Firebase auth service emulator (#158)

v1.1.0

06 Feb 15:24
Compare
Choose a tag to compare

Changes:

  • Support buildReference for one-to-many relationships (#157)

v1.0.0

30 Jan 05:09
Compare
Choose a tag to compare

No changes, just a long overdue 1.0.0 release :)

v1.0.0-beta.2

09 Jan 07:18
Compare
Choose a tag to compare

Changes:

  • [BUGFIX] Fix timestamp serialization (#146)
  • [BUGFIX] Fix creating records without IDs not working (#147)
  • [BUGFIX] Fix belongs to serialization bug (#148)
  • [BUGFIX] Fix typing error (#149)

v1.0.0-beta.1

12 Dec 15:23
6e586d4
Compare
Choose a tag to compare

Changes:

  • Migrate first batch of code to TypeScript (#134)
  • Move firebase settings to an instance-initializer (#135)
  • Fix failing code on Firebase v8.1.x (#136)
  • Implement second batch of TypeScript migration (#137)
  • Remove mock-cloud-firestore (#138)
  • Migrate 3rd batch to TypeScript (#139)
  • Update ember-firebase-dependency and usage (#140)
  • Fix typescript precompile errors (#142)

v0.11.0

14 Nov 14:26
2310ad5
Compare
Choose a tag to compare

Changes:

  • Add support for using Firebase Emulator (#129)
  • Create markdown docs (#131)

v0.10.1

06 Nov 05:45
b0a5152
Compare
Choose a tag to compare

Changes:

  • Fix not being able to set firestoreSettings as well as failing lints (#127)