Skip to content

Releases: FirebaseExtended/emberfire

v2.0.6

03 Feb 19:53
Compare
Choose a tag to compare
  • Update "ember-cli-mocha" to v0.12.0 (#456)
  • Change instances of contains to include (#464)
  • override _push in Store, fixes ember-data 2.11 (#483)
  • use scheduleOnce instead of firing immediately (#481)
  • acceptance test permission (#477)
  • remove firebase from bower (#470)

v2.0.5

28 Nov 19:17
Compare
Choose a tag to compare
  • ServerValue.TIMESTAMP is now correctly handled (#448)

v2.0.4

05 Oct 19:36
Compare
Choose a tag to compare
  • Emberfire now works with Ember FastBoot for unauthenticated read and write operations.

v2.0.3

04 Oct 16:30
Compare
Choose a tag to compare
  • store.query now allows the combination of limits and filters (#435 - @rmmmp)

v2.0.2

28 Sep 19:14
Compare
Choose a tag to compare
  • Fixes container deprecation warnings by using Ember.getOwner() (#406)
  • Acceptance tests will now wait for record.save() operations. (#413)
  • reduces duplicate store update events when records are updated more than once in short succession (#421, #425)

v2.0.1

30 Jun 21:11
Compare
Choose a tag to compare
  • Fix embedded hasMany relationships when an inverse belongsTo relationship is defined on children (#402)

v2.0.0

09 Jun 23:23
Compare
Choose a tag to compare
  • EmberFire is updated to use the 3.0 Firebase SDK and will only be compatible with projects migrated to the new console.firebase.google.com. Please update your config/environment.js to use the new firebase.initializeApp configuration object.
  • keyForRelationship now works for embedded records.

v1.6.6

02 Mar 18:14
Compare
Choose a tag to compare
  • EmberFire now respects the serializer's keyForRelationship method.

v1.6.5

17 Feb 20:07
Compare
Choose a tag to compare
  • Model relationships are now saved after the model. This will allow better interop with security and validation rules.
  • Exposed replaceAppRef, stubFirebase and createOfflineRef to help test your EmberFire app.

v1.6.4

21 Jan 20:04
Compare
Choose a tag to compare
  • During acceptance testing, EmberFire now correctly waits for model fetching and querying.
  • store.query now correctly handles equalTo, startAt, endAt values of false.
  • Removed peerDependency so that emberfire can be installed with beta versions of ember-cli using ember install.