Skip to content

Releases: aurelia/cli

1.2.1

14 Oct 18:22
Compare
Choose a tag to compare

aurelia-cli 1.2.1

Bug Fixes

Features

  • Dockerfile: update aurelia-cli inside docker to support minor versions ^1.2.0 (57583fa)

1.2.0

19 Sep 20:54
Compare
Choose a tag to compare

aurelia-cli 1.2.0

Bug Fixes

  • Dockerfile: better integration with cli-bundler & dotnet template (8fa9ee6)
  • linter: add .dockerignore file & fixed failed build due to linter (966f55f)
  • linter: issues with linter (2a42ded)
  • protractor: does not start app server when running in e2e:headless (61f3ada)
  • protractor: to run application before e2e tests in headless mode (79c9585)
  • webpack: bring back au run --env prod (eeebdc8)

Features

  • docker: add Dockerfile && docker-compose file (4ed59ab)
  • docker: add initila docker files & setup for the cli (9ea4c54)

1.1.1

10 Sep 01:19
Compare
Choose a tag to compare

aurelia-cli 1.1.1

Bug Fixes

  • webpack: avoid unnecessary breaking change on argument (f73c4ea)

1.1.0

05 Sep 03:41
Compare
Choose a tag to compare

aurelia-cli 1.1.0

Bug Fixes

  • --open: resolved #1129 (4aded24)
  • browser-sync: update the mechanism to stop the server (3ffc7ec)
  • build: remove prompt confirmation on windows (6850804)
  • cli-bundler: fix missing refresh in less/scss/styl watch mode (1d61223), closes #1138
  • cli-bundler: revision should be turned on for production build by default (055a912)
  • protractor: updated protractor demo.e2e.ts files to use baseUrl (7aaa38e)
  • protractor: updated protractor demo.e2e.ts files to use baseUrl (81cb28a)
  • webpack: Duplicated args for --port (d666176)
  • webpack: fix overlooked refactoring (3b224dd)
  • webpack: new release check (a217fec)

Features

  • base-package-manager: updated to keep track of child process (3496c13)
  • build-plugin: add sourcemaps and watch support for plugin development (391c5f0)
  • cli-bundler: add shutdownAppServer method to CLI-Bundler (b832ed1)
  • cypress: update cypress to reflect changes for running with custom port & host (50c7de5)
  • protractor: update protractor to reflect changes for running with custom port & host (770fd87)
  • webpack: use: host & port && add: shutdownAppServer (d665ef1)

1.0.2

26 Jun 17:40
Compare
Choose a tag to compare

aurelia-cli 1.0.2

Bug Fixes

  • cli-bundler: fix source map path for local source file (7deea6f), closes #1117
  • release-check: adjust task for webpack hostname (3f22fef)
  • release-check: avoid duplicated task (19f6547)
  • release-check: bypass win32 puppeteer error on 0.0.0.0 (bcbe262)
  • skeleton: don't overwrite user's editorconfig (d896772), closes #1121
  • skeleton: fix readonly environment files (4ae1bba), closes #1031
  • webpack: allow webpack app to run inside docker container (263b2c2)
  • webpack: bring in "open" to cli deps to avoid breaking existing webpack apps (1258f4f)
  • webpack: use npm package "open" to replace deprecated "opn" (112075f), closes #1120

1.0.1

12 Jun 03:45
Compare
Choose a tag to compare

aurelia-cli 1.0.1

Bug Fixes

  • skeleton: fix wrong vscode launch.json file name (4007939), closes #1113

1.0.0

31 May 22:17
Compare
Choose a tag to compare

aurelia-cli 1.0.0

Bug Fixes

  • bundler: avoid appending alias after comment (sourceMap line). (621bda7)
  • bundler: fix missing json watch (2f5f0cd)
  • bundler: fix sourceMap source file path and sourceRoot (d8a04c0)
  • CLI-Bundler, Aliases: improve alias support (19ea1ec), closes #1093
  • release-check: avoid duplicated e2e processes (615096a)
  • skeleton: allows TS plugin skeleton to support import {...} from "resources" (eeb59c8)
  • skeleton: fix missing .gitignore file in aurelia-cli npm package (d13c437), closes #1102
  • skeleton: fix Promise polyfill on IE (bc377dc), closes #1079
  • skeleton: fix ts-loader option for webpack+karma setup (beca7f3)
  • skeleton: TS plugin skeleton to generate d.ts files (22075c1)
  • skeleton: upgrade karma to v4 to get rid of deprecated circular-json (6501a57)
  • webpack: fix TypeScript error on unneeded test code when running webpack (36d384e)
  • webpack: use typeRoots to avoid TS typing issue when cssnano and protractor are selected (d85ca5c), closes #1090

1.0.0-beta.15

29 Mar 00:04
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.15

Bug Fixes

  • jest mock: Add stub for static content (9268d5c)
  • karam: ensure the element under testing is traced by webpack (d6bab9d)
  • new-application: add missing dep clean-webpack-plugin to dotnet-core+webpack app (7534244), closes #1072

Features

1.0.0-beta.14

20 Mar 03:29
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.14

Bug Fixes

  • bundler: avoid unnecessary rewrite of index.html (9faea2f), closes #1049
  • bundler: enable tracing @babel/polyfill (1bef893)
  • bundler: improve compatibility with legacy libs that depends on jquery or momentjs (cd079a0)
  • bundler: improve compatibility with nodejs global var "global" (02d1cd0)
  • bundler: isolate cache between systemjs and requirejs apps (5466ceb)
  • bundler: skip deps cleanup (remove .js) for UMD file (a4731da), closes #1054
  • cypress task: Return error when tests fail (ea43b59)
  • cypress task: Return error when tests fail (7fa7e9e), closes #1057
  • generate-skeletons: add missing httpProtocal to project definitions (bab0e39)
  • jest task: Return error when tests fail (bfbe072), closes #1052
  • jest task: Return error when tests fail (830bda8)
  • skeleton: fix navigation scaffold with alameda (9413239)
  • sourcemaps: strip path from bundle sourcemap (8601622)
  • webpack: correctly exclude spec/test files from coverage report (b2582f9)

Features

  • generate-skeletons: add alameda to generate-skeletons (0147567)
  • integration-test-runner: Add Cypress (4b5919a)
  • integration-test-runner: Add Cypress (77c6f60)
  • integration-test-runner: Add Cypress (1ece72e)
  • integration-test-runner: Add Cypress (f2eb6c5)
  • integration-test-runner: Add Cypress (21ac3db)
  • new-application: fix format on log messages (6d6fcea)
  • test: Add Cypress integration test runner (cabe6ce), closes #943
  • ui: add Enquirer as UI lib (f05da1a)
  • unattended mode, descriptive skeleton (0123c58)

1.0.0-beta.13

05 Feb 01:37
Compare
Choose a tag to compare

1.0.0-beta.13

Bug Fixes

  • jest: avoid aurelia-bindings v1+v2 conflict (7863c29), closes #906
  • webpack: revert #970 to restore default webpack module resolution (3c4d0d6), closes #1037

Features

  • new-application: add scaffolding feature for navigation skeleton (ea4ce1a)
  • new-application: add scaffolding feature for navigation skeleton (b918ac3)
  • requirejs/systemjs: add protractor and jest support (148148c)