Releases: Azure/static-web-apps-cli
Releases · Azure/static-web-apps-cli
v0.8.1
v0.8.0
v0.7.2
v0.7.1
0.7.1
Fix
- remove Azure Functions Core Tools dependency
0.7.0
New Features
swa start ./app --api ./api --devserver-timeout=60000
Bug Fixes
- change location and display of preview warning (#271)
b6ef513 - bind to http://localhost by default (#246)
95b6e56 - print notice that the emulator may not match the cloud environment (#249)
246ca0d - Print CLI version when running --verbose=silly (#248)
f87dc8b
Documentation
v0.7.0
New
swa start ./app --api ./api --devserver-timeout=60000
Bug Fixes
- change location and display of preview warning (#271)
b6ef513 - bind to http://localhost by default (#246)
95b6e56 - print notice that the emulator may not match the cloud environment (#249)
246ca0d - Print CLI version when running --verbose=silly (#248)
f87dc8b
Documentation
v0.6.1
v0.6.0
v0.5.0
v0.4.0
Added
Changed
Fixed
- avoid blocking URL ending with routes.json (#185)
16c4f35 - ignore fallback routes if no exclude list
2369932 - move port validation and waiting logic into proxy server (#182)
4674b70 - allow users to set custom error pages (#179)
39fbb9c - chmod +x bin.js
d12f719 - preserve auth provider and post login url on rewrites (#167)
0934043 - avoid npm link permission issues (#172)
8798aca - cors not working (#171)
69821b8
v0.3.0
Added
- set staticwebapp.config.json location w/ flag (#149)
3070920 - wait for dev servers to be ready at startup (#148)
5866a93 - support running external commands on startup (#145)
3c88860 - support serving web and api over https locally (#140)
56896dd
Changed
Fixed
- update route rules engine to match specs
2e6a3b9 - upgrade yaml from 1.10.0 to 1.10.2 (#155)
8a458ef - use opts() to get options in commander 7 (#159)
cfb658a - exit on Ctrl-C (#156)
1bb4a2c - force exit on SIGINT/SIGTERM (#151)
41fadea - allow editing of user ID in auth screen, small updates (#152)
7b67cf8 - rename appArtifactLocation to outputLocation
d59a7de - better dotnet project detection
a6e0971 - set verbosity level before starting
465bd6d - remove extra console.log
f26ac47