Skip to content

Releases: firebase/geofire-js

v3.2.3

06 Oct 23:31
Compare
Choose a tag to compare
  • Upgraded the firebase dependency to 2.x.x.

v3.2.2

09 Mar 04:52
Compare
Choose a tag to compare
  • Upgraded the firebase dependency to 2.2.x.
  • Upgraded the rsvp dependency to 3.0.x.
  • GeoFire can now be used in Browserify.

v3.2.1

24 Jan 17:32
Compare
Choose a tag to compare
  • Upgraded the firebase dependency to 2.1.x.

v3.2.0

14 Nov 00:14
Compare
Choose a tag to compare
  • set() can now take a mapping of key - location pairs to more efficiently add several locations at once.

v3.1.0

08 Nov 00:01
Compare
Choose a tag to compare
  • Add a new .indexOn rule to your Security and Firebase Rules for best performance. See the migration guide for more information.
  • Upgraded the firebase dependency to 2.0.x.

v3.0.3

09 Oct 05:17
Compare
Choose a tag to compare
  • Implemented various minor performance improvements (suggested by @bolshchikov).
  • Upgraded the firebase dependency to 1.1.0.

v3.0.2

04 Sep 19:57
Compare
Choose a tag to compare
  • Fixed typo in the 3.0.1 release which caused the library to be unusable.

v3.0.1

04 Sep 18:15
Compare
Choose a tag to compare
  • Fixed bug which caused the "ready" event to not fire in some edge cases when a GeoQuery was updated (thanks to @mikepugh for the fix).
  • Fixed bug which prevented GeoFire from working in Node.js.

v3.0.0

19 Aug 15:49
Compare
Choose a tag to compare
  • NOTE: GeoFire 3.0.0 is not compatible with GeoFire 2.x.x and has been upgraded to be compatible with GeoFire for Java and Objective-C.
  • Created migration script to update GeoFire index from version 2.x.x to 3.0.0. See the migration guide for details.
  • Simplified underlying data structure used to improve performance and memory usage.
  • Fixed issue with missing Firebase dependency when run in Node.js.
  • Added better error handling for NaN inputs.
  • Added HTML5 geolocation and query builder examples.

v2.1.1

14 Jul 18:43
Compare
Choose a tag to compare
  • Improved performance of calculating bounding box around query.
  • Fixed bug where we created hundreds of outstanding Firebase queries.