Skip to content

Releases: firebase/firebase-tools

v1.1.6

06 Apr 23:21
Compare
Choose a tag to compare
  • Added ability to set X-UA-Compatible, X-Content-Type-Options, X-Frame-Options, and X-XSS-Protection headers to requests.

v1.1.5

26 Jan 20:08
Compare
Choose a tag to compare
  • Upgraded Firebase dependency to 2.1.x.
  • The firebase bootstrap and firebase deploy commands no longer rely on temporary files / folders.

v1.1.4

26 Oct 21:40
Compare
Choose a tag to compare
  • Fixed wrong error message for when an incorrect password is provided.

v1.1.3

22 Oct 22:26
Compare
Choose a tag to compare
  • Improved error messaging on login / token validation if the CLI version is out of date.
  • Fixed progress bar so it does not stick at 100% at the end of long uploads.

v1.1.2

09 Sep 22:08
Compare
Choose a tag to compare
  • Added client-side validation of new advanced features with better error messaging.

v1.1.1

20 Jul 02:00
Compare
Choose a tag to compare
  • Added a brief description for each firebase bootstrap template.

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.