This repository was archived by the owner on Jan 12, 2019. It is now read-only.
Releases: googlearchive/firebase-util
Releases · googlearchive/firebase-util
Release list
v0.2.5
contextnot 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_addedcallback performance and timing; removed redundant callbacks child_changedevents 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
- Fixed #26 - Not synchronizing items with
$firebaseArrayfor AngularFire
v0.2.2
- Upgraded Firebase dependency to 2.2.x.
v0.2.1
v0.2.0
- This is an alpha release and is not ready for production.
- Added
Firebase.util.NormalizedCollectionlibrary for joining paths. - Added
Firebase.util.ScrollandFirebase.util.Paginateclasses for handling infinite scroll and paging. - New examples and docs at http://firebase.github.io/firebase-util/.
Firebase.util.joinhas been removed in favor ofNormalizedCollection.