This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
Releases: googlearchive/firebase-util
Releases · googlearchive/firebase-util
v0.2.5
context
not working inonce()
method- Multiple event calls when removing/re-adding same record key
- Error when using
orderByValue()
on('value')
not working properly withfilter()
- 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
- 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
v0.2.2
- Upgraded Firebase dependency to 2.2.x.
v0.2.1
- Published to npm as
firebase-util
.
v0.2.0
- This is an alpha release and is not ready for production.
- Added
Firebase.util.NormalizedCollection
library for joining paths. - Added
Firebase.util.Scroll
andFirebase.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 ofNormalizedCollection
.