Adds release information for 2.0.0 version

This commit is contained in:
Michael Bleigh
2015-10-12 21:43:45 -07:00
parent 11de636816
commit 331c05caa1
3 changed files with 34 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.10"
- '0.10'
- '0.12'
- '4.0'
- stable
sudo: false
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

12
changelog.txt Normal file
View File

@@ -0,0 +1,12 @@
important - All accounts created on or after October 13, 2015 must use version 2.0.0 or greater of the CLI to facilitate Google account login.
feature - Added `firebase data:*` commands for accessing and modifying Firebase databases.
feature - Added `firebase serve` local development server for Firebase Hosting.
feature - Added ability to deploy Security Rules and Hosting assets separately.
feature - Added `--token` option for passing an access token in CI environments.
feature - Added `--json` option for machine-readable output.
changed - CLI login now takes place in the browser.
changed - The command `firebase delete-site` is now `firebase disable:hosting`.
changed - All command outputs have been re-worked and made more consistent.
changed - Improved the `firebase init` workflow.
removed - The `firebase bootstrap` command has been removed.
removed - The `--email` and `--password` flags have been removed.

View File

@@ -1,6 +1,6 @@
{
"name": "firebase-tools",
"version": "2.0.0",
"version": "0.0.0",
"description": "Command-Line Interface for Firebase",
"main": "index.js",
"bin": {
@@ -14,9 +14,21 @@
"url": "https://github.com/firebase/firebase-cli.git"
},
"keywords": [
"cdn",
"cli",
"firebase"
"ssl",
"cloud",
"hosting",
"firebase",
"realtime",
"websockets",
"synchronization"
],
"preferGlobal": true,
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true,
"author": "Firebase Team",
"license": "MIT",
"bugs": {
@@ -65,7 +77,7 @@
"gulp-exit": "0.0.2",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.2",
"jshint-stylish": "^2.0.1",
"jshint-stylish": "^2.0.1",
"nock": "^2.10.0"
}
}