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

Releases: pairshaped/elm-firebase

v0.0.13

26 Apr 01:47
Compare
Choose a tag to compare

Added

  • Support for when firebase was initialized outside of the Elm app
  • More documentation

v0.0.12

07 Apr 14:39
Compare
Choose a tag to compare

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

13 Mar 00:15
Compare
Choose a tag to compare

Fixed

  • Missed importing Task in OnDisconnect.

Version 0.0.10

13 Mar 00:05
Compare
Choose a tag to compare

Fixed

  • Missing import Json.Encode in OnDisconnect module.

Version 0.0.9

12 Mar 23:20
Compare
Choose a tag to compare

Fixed

  • The OnDisconnect module didn't call expose properly.

Version 0.0.8

12 Mar 23:11
Compare
Choose a tag to compare

Fixed

  • OnDisconnect was not properly exposed.

Version 0.0.7

12 Mar 21:35
Compare
Choose a tag to compare

Fixed

  • errorToModel was not exported properly.

Version 0.0.6

12 Mar 18:06
Compare
Choose a tag to compare

What

  • Added Authentication modules into exposed modules

Fixed

  • Version number in elm-package.json

Version 0.0.5

07 Mar 16:06
Compare
Choose a tag to compare

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

07 Mar 15:45
Compare
Choose a tag to compare

Added

  • Firebase.Database.Reference.key
  • Firebase.Database.Reference.parent