Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Releases: googlearchive/firebase-util

v0.2.5

20 Aug 17:16
Compare
Choose a tag to compare
  • context not working in once() method
  • Multiple event calls when removing/re-adding same record key
  • Error when using orderByValue()
  • on('value') not working properly with filter()
  • Bug in handling of cancel callbacks
  • Paginate cannot show one item per page
  • Errors not always being passed to the callbacks
  • Better error message when passing in a query that uses orderByChild() to Paginate.
  • Simplified internal handling of snapshots and improved performance.
  • Improved child_added callback performance and timing; removed redundant callbacks
  • child_changed events now work with filters
  • reduced footprint, minified code has less includes and bytes

v0.2.4

15 Apr 01:10
Compare
Choose a tag to compare
  • Incompatibility between Firebase SDK 2.2.3 and validation of input args for NormalizedCollection
  • Improved interoperability between AngularFire services and NormalizedCollection
  • Bug with using queries as input to NormalizedCollection.
  • Applies filter() properly to RecordSet entries when using child_added.

v0.2.3

31 Mar 21:41
Compare
Choose a tag to compare
  • Fixed #26 - Not synchronizing items with $firebaseArray for AngularFire

v0.2.2

23 Mar 23:19
Compare
Choose a tag to compare
  • Upgraded Firebase dependency to 2.2.x.

v0.2.1

23 Mar 22:17
Compare
Choose a tag to compare
  • Published to npm as firebase-util.

v0.2.0

23 Mar 21:19
Compare
Choose a tag to compare
  • This is an alpha release and is not ready for production.
  • Added Firebase.util.NormalizedCollection library for joining paths.
  • Added Firebase.util.Scroll and Firebase.util.Paginate classes for handling infinite scroll and paging.
  • New examples and docs at http://firebase.github.io/firebase-util/.
  • Firebase.util.join has been removed in favor of NormalizedCollection.