Releases: firebase/geofire-js
Releases · firebase/geofire-js
6.0.0
- [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 withterser
- See the migration guide for upgrade instructions
v5.2.0
v5.1.0
v5.0.1
- migrate the repo to Typescript
v5.0.0
- migrate the repo to Typescript
v4.1.2
- Fixed uncaught exception caused when cancelling a query immediately after calling
updateCriteria()
.
v4.1.1
- Fixed internal issue which could result in an uncaught exception being thrown when given a Firebase database root reference.
v4.1.0
- See the Firebase migration guide for instructions on how to upgrade to the Firebase
3.x.x
SDK. - Upgraded the
firebase
dependency to3.x.x
. GeoFire will continue to work with Firebase^2.4.0
as well.
v4.0.0
- 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
- Fixed bug caused by cancelling a query before all initial
"key_entered"
events have fired.