Skip to content

Releases: firebase/geofire-js

6.0.0

13 Jul 18:06
6cfd009
Compare
Choose a tag to compare
  • [Breaking change] Upgraded GeoFire to use the Firebase JS SDK v9. GeoFire no longer supports Firebase SDK below version 9.0.0
  • [Internal] Replace the uglify plugin with terser
  • See the migration guide for upgrade instructions

v5.2.0

24 Feb 11:56
Compare
Choose a tag to compare

Updated dependencies to latest Firebase SDKs (v8.0+)

v5.1.0

09 Nov 16:09
Compare
Choose a tag to compare
  • Add new geofire-common library.

v5.0.1

21 Feb 00:17
Compare
Choose a tag to compare
  • migrate the repo to Typescript

v5.0.0

21 Feb 00:00
Compare
Choose a tag to compare
  • migrate the repo to Typescript

v4.1.2

14 Oct 21:37
Compare
Choose a tag to compare
  • Fixed uncaught exception caused when cancelling a query immediately after calling updateCriteria().

v4.1.1

25 May 23:52
Compare
Choose a tag to compare
  • Fixed internal issue which could result in an uncaught exception being thrown when given a Firebase database root reference.

v4.1.0

24 May 00:04
Compare
Choose a tag to compare
  • See the Firebase migration guide for instructions on how to upgrade to the Firebase 3.x.x SDK.
  • Upgraded the firebase dependency to 3.x.x. GeoFire will continue to work with Firebase ^2.4.0 as well.

v4.0.0

06 Mar 00:57
Compare
Choose a tag to compare
  • See the migration guide for upgrade instructions.
  • Removed the rsvp dependency in favor of internal Firebase promises.
  • Upgraded the firebase dependency to ^2.4.0 and made it a peer dependency instead of a regular dependency.

v3.2.4

23 Jan 01:01
Compare
Choose a tag to compare
  • Fixed bug caused by cancelling a query before all initial "key_entered" events have fired.