Firebase Server Versions Save

Firebase Realtime Database Server Implementation

1.1.0

4 years ago
  • 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

5 years ago
  • fix #138: security vulnerability affecting jwt-simple package

1.0.1

5 years ago
  • fix #133: cli package vulnerability

1.0.0

5 years ago
  • chore: upgrade dependencies (lodash, debug), addresses CVE-2017-16137, CVE-2018-3721
  • feat #130: add --version cli option

1.0.0-rc.2

5 years ago
  • fix #123: Cannot run server v1.0.0-rc.1

1.0.0-rc.1

5 years ago
  • docs: update usage example in README

1.0.0-rc.0

5 years ago
  • 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)

0.12.0

6 years ago

0.11.0

6 years ago
  • 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

7 years ago
  • Properly fill in auth object for Android (#89, contributed by dotdoom)