Skip to content

Releases: firebase/firebase-tools

v1.1.0

10 Jul 15:33
Compare
Choose a tag to compare
  • Added support for advanced feature parameters in the firebase.json to allow greater customization of hosting parameters.
  • Improved the default "ignore" rules to specify any dot file, regardless of whether it is in a sub-directory.

v1.0.6

10 Jul 15:32
Compare
Choose a tag to compare
  • Added a silent scripting mode for all commands via the --silent or -s arguments. Commands will error with non-zero status codes instead of waiting for prompts if not enough information is supplied.
  • Added a delete-site command as a convenience method for removing a site. This causes the site to show up with 'Site Not Found' as if it had never been deployed to.

v1.0.5

10 Jul 15:32
Compare
Choose a tag to compare
  • Gracefully handles errors caused by symlinks in public directories until isaacs/fstream#16 fix is live.

v1.0.4

10 Jul 15:32
Compare
Choose a tag to compare
  • Fixed issue with the previous version's npm artifact.

v1.0.3

10 Jul 15:31
Compare
Choose a tag to compare
  • Added ability for command line parameters in firebase deploy to override firebase.json settings.

v1.0.2

10 Jul 15:30
Compare
Choose a tag to compare
  • Enforced Node.js version requirement to 0.10.x and above after it was shown not to work on previous versions.

v1.0.1

10 Jul 15:29
Compare
Choose a tag to compare
  • Added ignore field to firebase.json which allows files to be ignored on deploy.
  • The --email and --password command line arguments are now prioritized over the current authentication token if both are passed.
  • Fixed bug with firebase bootstrap on Windows.

v1.0.0

24 Jan 00:46
Compare
Choose a tag to compare
  • First stable release of the Firebase command line tools.