This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
Releases: pairshaped/elm-firebase
Releases · pairshaped/elm-firebase
v0.0.13
v0.0.12
What
- Removed uuid hack for queries.
- Added some more thorough documentation in
Firebase.Database.Query.elm
. No examples per method yet, but at least a reasonable explanation. - Bumped firebase version in examples and in README.md
Fixes
- I was able to remove a bit of a hack as part of the native side of queries. Previously, I was "secretly" creating uuids and assigning them to Queries so the effect manager, but now, with the magic of
.isEqual
for References and Queries, I was able to completely remove it.
Version 0.0.11
Fixed
- Missed importing Task in OnDisconnect.
Version 0.0.10
Fixed
- Missing
import Json.Encode
in OnDisconnect module.
Version 0.0.9
Fixed
- The OnDisconnect module didn't call expose properly.
Version 0.0.8
Fixed
- OnDisconnect was not properly exposed.
Version 0.0.7
Fixed
errorToModel
was not exported properly.
Version 0.0.6
What
- Added Authentication modules into exposed modules
Fixed
- Version number in elm-package.json
Version 0.0.5
What
- So my code didn't push, and my 0.0.4 fix didn't actually contain the fix.
Fixed
- Native
.key
and.parent
reference methods
Version 0.0.3
Added
Firebase.Database.Reference.key
Firebase.Database.Reference.parent