This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Releases: urish/firebase-server
Releases · urish/firebase-server
1.1.0
- 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
1.0.1
1.0.0
- chore: upgrade dependencies (lodash, debug), addresses CVE-2017-16137, CVE-2018-3721
- feat #130: add
--version
cli option
1.0.0-rc.2
- fix #123: Cannot run server v1.0.0-rc.1
1.0.0-rc.1
- docs: update usage example in README
1.0.0-rc.0
- 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
0.11.0
- 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)