Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

73 lines (48 loc) · 3.5 KB

Changelog

0.7.1 - 2016-11-28

  • Fix deprecation warning with Firebase 3.6.x (#68, contributed by mironal)
  • Fix broken unit tests with Firebase >= 3.3.0

0.7.0 - 2016-08-13

  • Upgrade ws dependency to 1.1.1 (latest version)

0.6.0 - 2016-06-22

  • Switch to Firebase 3.x. For firebase 2 support, use version 0.5.4 (#51, contributed by nfarina)

0.5.4 - 2016-03-08

  • Bugfix: large JSON messages spanning over several websocket frames cause errors (#39, contributed by abhishekgahlot)

0.5.3 - 2016-02-03

  • Add a firebase-server command line tool (CLI). See README for details.

0.5.2 - 2016-01-06

  • Support admin authentication with raw secret (#34), contributed by Alaneor)

0.5.1 - 2015-12-13

0.5.0 - 2015-10-28

  • Add Custom Authentication (#15, #25, #26 contributed by jamestalmage)
  • Support ServerValue.TIMESTAMP (see #18)
  • Use debug module instead of hand-rolled logging solution (#28, contributed by jamestalmage)
  • Bugfix: Transactions fail for nodes with priority value (see #23)

0.4.0 - 2015-10-24

  • Basic support for Firebase Security rules through targaryen (fixes #11)
  • Switch from MockFirebase to the official Firebase client library (#13, contributed by jamestalmage)
  • Deprecate the getData() method. Use instead the new getValue() method which returns a promise
  • Add an exportData() method for fetching the data along with priority values

0.3.1 - 2015-08-18

  • Bugfix: Wire protocol does not match Firebase server (fixes #9, contributed by azell)

0.3.0 - 2015-07-21

  • Implement update() (fixes #5)
  • Implement transaction()
  • Bugfix: remove() triggers two value events (fixes #6)

0.2.0 - 2015-06-12

  • Upgrade MockFirebase to 0.11.0, as well as other dependencies.
  • Bugfix: Value callbacks were always triggered with null first (#2)

0.1.1 - 2015-05-23

  • Fix a bug with supporting Firebase client library 2.2.4+ (fixes #1)

0.1.0 - 2014-11-21

  • Firebase 2.0 Support

0.0.2 - 2014-09-06

  • Add close() method to stop the server
  • Add getData() method that returns a copy of the server's data
  • Add functional tests
  • Make logging optional (through FirebaseServer.enableLogging())

0.0.1 - 2014-09-05

  • Initial release