Skip to content

Releases: Azure/static-web-apps-cli

v0.1.0

17 Feb 08:05
5046de7
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Features

  • add a start command (#41)
  • add new local auth UX (#54)

Fixes

  • change default proxy port from 80 to 4280 (#49)
  • proxify websocket requests (#62)
  • reduce npm package size
  • allow the cli to be installed as a local dep
  • check if port before running http-server (#81)
  • startup issues and WebSocket forwarding (#78)

v0.0.1-alpha.7

07 Apr 08:21
Compare
Choose a tag to compare
v0.0.1-alpha.7 Pre-release
Pre-release

0.0.1-alpha.7 (2020-12-04)

Bug Fixes

Features

v0.0.1-alpha.6

07 Apr 08:21
Compare
Choose a tag to compare
v0.0.1-alpha.6 Pre-release
Pre-release

0.0.1-alpha.6 (2020-09-15)

Features

  • allow using app dev server (2b8b4f8)

v0.0.1-alpha.5

07 Apr 08:21
Compare
Choose a tag to compare
v0.0.1-alpha.5 Pre-release
Pre-release

0.0.1-alpha.5 (2020-09-15)

Bug Fixes

  • add support for SPA mode (aka. historyMode) (856a62f)

v0.0.1-alpha.4

07 Apr 08:21
Compare
Choose a tag to compare
v0.0.1-alpha.4 Pre-release
Pre-release

0.0.1-alpha.4 (2020-09-15)

Bug Fixes

  • better runtime detection (67b081c)

v0.0.1-alpha.3

07 Apr 08:20
Compare
Choose a tag to compare
v0.0.1-alpha.3 Pre-release
Pre-release

0.0.1-alpha.3 (2020-09-15)

Bug Fixes

  • create JWT token from current logged in user (446cbb6)
  • detect Node.js runtime (bcda33c)
  • run npm audit fix (acde150)
  • set correct app_location for static sites (ce4521d)
  • use post_login_redirect_uri after login (64cf74c)

Features

  • store used provider n cookies (73da4f9)
  • support other auth providers (use fake impl only) (416f91f)
  • core: route checks (#11) (f9c6c18)

v0.0.1-alpha.2

07 Apr 08:20
Compare
Choose a tag to compare
v0.0.1-alpha.2 Pre-release
Pre-release

0.0.1-alpha.2 (2020-08-04)

v0.0.1-alpha.1

07 Apr 08:19
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release

0.0.1-alpha.1 (2020-08-04)

Bug Fixes

  • api: build API if exists (ecc9438)
  • app: add fallback routes (8654174)
  • proxy: serve 404 (fb09bc6)
  • build api using api_build_command (5c42f8d)
  • skip API if api config is not available (39c6dc1), closes #1
  • use the correct app_artifact_location (532be71)

Features

  • core: add dashboard UI (0831999)
  • add dashboard UI (01500e0)
  • use azure-functions-core-tools@v3 (a48f921), closes #2

v0.0.1-alpha.0

02 Jul 14:53
Compare
Choose a tag to compare
v0.0.1-alpha.0 Pre-release
Pre-release

0.0.1-alpha.0 (2020-07-02)

Bug Fixes

  • auth: set Nonce cookie with the same value as the query param (2f873b4)
  • .auth/me should return null if user is not authentucated (f1029af)
  • redirect to localhost (proxified) (378b21c)
  • remove appInsight logging (4949180)
  • remove http schema and use localhost (b0da97a)
  • repose status code in headers (7361bc3)
  • update npm config (4e6f165)
  • use SWA_EMU_AUTH_URI for all routes (0054139)

Features

  • add .auth/complete rule (4bb150c)
  • add .auth/login/{provider} rule (87299e1)
  • add .auth/login/{provider}/callback rule (31b2ac8)
  • add .auth/login/done rule (53e2ea7)
  • add .redirect rule (50da1c4)
  • add app .auth/login/{provider} rule (d6b109f)
  • add app .auth/me rule (6f1d50d)
  • add az func project (57c14ea)
  • add support for logout flow (a4b9f97)
  • customize with enviroment vars (3b91395)
  • emulate api and app backends (dbc01b7)
  • proxify .auth/api/app routes (1945c01)
  • run msha and auth concurrently (c0b5da2)