Releases: firebase/firebase-tools
Releases · firebase/firebase-tools
v1.1.6
- Added ability to set
X-UA-Compatible
,X-Content-Type-Options
,X-Frame-Options
, andX-XSS-Protection
headers to requests.
v1.1.5
- Upgraded Firebase dependency to 2.1.x.
- The
firebase bootstrap
andfirebase deploy
commands no longer rely on temporary files / folders.
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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.