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

Commit

Permalink
chore: release 1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed May 20, 2018
1 parent b40d28a commit dd1105e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.0-rc.0 - 2018-05-20
- 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](https://github.com/urish/firebase-server/pull/115), contributed by [andrewparmet](https://github.com/andrewparmet))
- Align 'now' in Targaryen with firebase-server time ([#112](https://github.com/urish/firebase-server/pull/112), contributed by [dotdoom](https://github.com/dotdoom))

## 0.12.0 - 2017-11-16
- REST API support ([#95](https://github.com/urish/firebase-server/pull/95), contributed by [p-salido](https://github.com/p-salido))
- Daemonization option ([#111](https://github.com/urish/firebase-server/pull/111), contributed by [p-salido](https://github.com/p-salido))
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* firebase-server 0.12.0
* firebase-server 1.0.0-rc.0
* License: MIT.
* Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018 Uri Shaked and contributors.
*/
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "firebase-server",
"version": "0.12.0",
"version": "1.0.0-rc.0",
"description": "Simple Firebase Server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": "./bin/firebase-server.js",
"scripts": {
"build": "rimraf dist && tsc",
"prepublish": "yarn build",
"test": "yarn lint && yarn cover",
"cover": "nyc mocha",
"debug": "mocha",
Expand Down

0 comments on commit dd1105e

Please sign in to comment.