Releases: mikkopaderes/emberfire-utils
Releases · mikkopaderes/emberfire-utils
Release list
v1.5.1
v1.5.0
Firebase Flex Adapter
- #32 [BUGFIX & FEATURE] Fix query bugs and added new
isReferencequery option - [DOCS] Remove
hasManycaveats, it should still work the same way as it was with EmberFire - #37 [BUGFIX] Fix adapter not working on models with dashes (e.g.
blog-post) - #40 [FEATURE] Add support for client-side only model prop
_innerReferencePath - #42 [BUGFIX] Improve error messages
- #43 [BUGFIX] Fix some edge case bug with
createRecord
Firebase Util Service
- #34 [FEATURE & DEPRECATION] Deprecate
findAll,findRecord, and the oldqueryusage in favor of the newqueryusage and a newqueryRecordfunction - #45 [FEATURE] Remove unnecessary param in
generateIdForRecord
Others
- #35 [BUGFIX] Prevent firebaseui-web from loading in FastBoot [@rwwagner90]
v1.4.0
Changelog
- #27 [FEATURE] Add firebase-flex adapter
- [DEPRECATION] Deprecate firebase-util
query()andnext()in favor of firebase-flex's own implementation - [DEPRECATION] Deprecate
hasLimited()in favor ofhasFiltered()
v1.3.0
Changelog
- #22 [FEATURE] Add support for FirebaseUI and tree-shaking
v1.2.1
Changelog
- Fix accidentally publishing dev files in NPM.
v1.2.0
v1.1.0
v1.0.0
Changelog:
- Rename upload to uploadFile. (Issue #7)
- Add support for adding metadata and tracking state changes when uploading files
- Add support for deleting files
v0.0.3
Changelog:
- [STABILITY] Move emberfire to dev dependencies to avoid clashes when emberfire is already installed in the app