v0.2.0
Pre-release
Pre-release
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