Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v1.1.0
- 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
- 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
- Gracefully handles errors caused by symlinks in public directories until isaacs/fstream#16 fix is live.
v1.0.4
- Fixed issue with the previous version's npm artifact.
v1.0.3
- Added ability for command line parameters in
firebase deploy
to override firebase.json
settings.
v1.0.2
- Enforced Node.js version requirement to 0.10.x and above after it was shown not to work on previous versions.
v1.0.1
- 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
- First stable release of the Firebase command line tools.