Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Releases: urish/firebase-server

1.1.0

01 Feb 18:03
287a1a8
Compare
Choose a tag to compare
  • fix #136: upgrade targaryen to 3.1.0
  • fix #142: respond with null instead of {} for empty path
  • docs #140: Add global test hooks example to README.md
  • chore(deps): upgrade ws to 7.x
  • chore(deps): bump firebase from 6.0.1 to 7.2.3
  • chore(deps): bump mixin-deep from 1.3.1 to 1.3.2
  • chore(deps): bump handlebars from 4.0.11 to 4.5.1
  • chore(deps): bump lodash from 4.17.10 to 4.17.13
  • chore(deps): bump extend from 3.0.1 to 3.0.2
  • chore(deps): bump js-yaml from 3.11.0 to 3.13.1

1.0.2

08 May 06:31
8026b98
Compare
Choose a tag to compare
  • fix #138: security vulnerability affecting jwt-simple package

1.0.1

29 Nov 15:26
9f04d07
Compare
Choose a tag to compare
  • fix #133: cli package vulnerability

1.0.0

29 Aug 16:36
c8791b8
Compare
Choose a tag to compare

1.0.0-rc.2

24 May 11:07
10dc0e4
Compare
Choose a tag to compare
  • fix #123: Cannot run server v1.0.0-rc.1

1.0.0-rc.1

20 May 11:27
5623cb5
Compare
Choose a tag to compare
  • docs: update usage example in README

1.0.0-rc.0

20 May 00:30
dd1105e
Compare
Choose a tag to compare
  • Migrate project to TypeScript
  • Drop node 6.x support
  • Add address(), getPort() methods
  • close() method now returns a promise
  • Upgrade the Firebase JS Library to 5.x
  • Upgrade the ws library to 5.x
  • Split send payloads according to firebase's custom continuation format (#115, contributed by andrewparmet)
  • Align 'now' in Targaryen with firebase-server time (#112, contributed by dotdoom)

Rest API Support

16 Nov 21:25
Compare
Choose a tag to compare

0.11.0

19 Aug 10:30
Compare
Choose a tag to compare
  • Migrate to Targaryen 3 (#100, contributed by dotdoom)
  • Support passing a WebSocket.Server options object to the FirebaseServer constructor (#101, contributed by tommie)
  • Fix security rules validation for updates (#99, contributed by dotdoom)
  • Add support for -s option (shared auth secret) (#91, contributed by dchaley)

0.10.1

18 May 00:06
Compare
Choose a tag to compare
  • Properly fill in auth object for Android (#89, contributed by dotdoom)