Releases: Azure/static-web-apps-cli
Releases · Azure/static-web-apps-cli
v0.2.1
Change log
- fix: check empty config in validateUserConfig()
- fix: avoid infinite loop when logging obejcts
- fix: use logger instead of console.warn()
- fix: --build app/api only if not using dev server
- fix: set appLocation/apiLocation if dev server
- chore: update concurrently to v6
- fix: update help description
- fix: pass options to sub-command
- chore: move CLI flags under swa start --help
- fix: add role anonymous when user logged in
- chore: introduce new log levels
- fix: print unique output to indicate SWA CLI is up
- chore: improve information logged to the console.
- refactor: use existing isStaticDevServer variable
- fix: skip user config if binding to a dev server
- fix: use --verbose to enable debug info
- fix: change how the rules are applied
- chore: sync package-lock version
- fix: allow post_logout_redirect_uri to be used
v0.2.0
Change log
- chore: update Azure SDK workflow to release and publish
- chore: prep for 0.2.0 release
- fix: allow redirection after logout
- fix: bypass sockjs requests
- fix: invalid routes to /.auth/** should return 404
- fix: auto generate swa userId
- fix: handle the case when statusCode is a string
- fix: disable concurrently restartTries
- fix: add authenticated role by default in auth UI
- fix: simple refactoring
- fix: add authenticated role when user is logged in
- fix: handle special case /* in routes.json
- fix: improve rewrite/redirect rule logic
- fix: use rimraf to delete dist folder during build
- fix: remove console.log calls
- fix: close connection after HTTP redirection
- fix: improve static content server
- fix: check if proxy port is used before start
- fix: show full URL only when using dev server
- fix: move static app middleware to proxy
- fix: move auth middleware to proxy
- fix: make sure to restore mocked fs after test
- chore: sync package-lock.json
- chore: use es imports for fs
- fix: check for undefined and null config
- chore: add test for valid CLI host and port
- fix: null mimeTypes
- chore: fix broken tests after merge
- feat: add support for navigationFallback
- chore: reorganize routes engine rules
- feat: add responseOverrides, globalHeaders, mimeTypes
- fix: perform auth check even if cookies aren't set
- fix: handle query params when matching user config
- chore: add unit tests for the routes engine
- fix: update tests for Windows
- fix: avoid ERR_TOO_MANY_REDIRECTS
- fix: improve swa config find algorithm
- chore: add jest-extended
- chore: rename public/index.html to public/auth.html
- feat: handle user custom configuration
- chore: isPortAvailable > isAcceptingTcpConnections (#100)
- fix: remove npx to start func command (#99)
- fix: update CLI bin file permissions (#98)
- chore: add a devcontainer (#97)
- build: add npm prepare script (#95)
- chore: update package-lock.json
- fix: using concurrently programmatically (#71)
- docs: Update README (#93)
- fix: the API proxy crashing when user is logged in (#87)
- docs: move the architecture section down
- chore: bump version after release