Skip to content

Releases: aurelia/cli

1.0.0-beta.12

26 Jan 19:50
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.12

Features

  • find-deps: add build tracing for import elements (0b9f740)

1.0.0-beta.11

23 Jan 04:52
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.11

Bug Fixes

  • bundler: fix conventional html view dependency with SystemJS (ae249ca), closes #1023
  • bundler: tolerant js with missing ending semicolon (90d247d), closes #1021

1.0.0-beta.10

19 Jan 07:40
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.10

Bug Fixes

  • alameda: Tests could not load files by path (68b3ffa)
  • bundler: fix plugin prefix/subfix regex match (f8266f3)
  • bundler: tolerant missing main file, fix tracing on simple-line-icons (9ad9eb5)
  • jasmine: Updated aurelia-karma to get rid of deprecation error (1fbe99a)

Features

  • bundler: support direct css import in js file (2de02d2)
  • bundler: support module resolution for lerna hoisting (dabc8b9)

1.0.0-beta.9

29 Dec 01:00
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.9

Bug Fixes

  • bundler: fix stubbing on core Nodejs module "stream" (1e36774)

1.0.0-beta.8

19 Dec 05:38
Compare
Choose a tag to compare

aurelia-cli 1.0.0-beta.8

Bug Fixes

  • cli: add typings for bluebird (215c3e0), closes #991
  • cli: add typings for bluebird (0a629cd), closes #991
  • run-webpack.js run-webpack.ts index-webpack.ejs: update run scripts, remove redundant entry in index template (9b3c171)
  • avoid early exist of "au new" (be532fd), closes #977

Features

  • webpack: Improvements in CLI generated Webpack config (2365331)

1.0.0-beta7

01 Dec 07:02
Compare
Choose a tag to compare

Bug Fixes

  • fresh build of package-lock.json to remove malicious flatmap-stream (9948864)

1.0.0-beta.6

19 Nov 07:05
Compare
Choose a tag to compare

1.0.0-beta.6 (2018-11-19)

Bug Fixes

  • bundler: use topological sort to ensure shim order (6721519), closes #955
  • webpack.config.template.js: monorepo resolve root only (a3fdc94)

1.0.0-beta.5

15 Nov 01:34
Compare
Choose a tag to compare

1.0.0-beta.5 (2018-11-15)

Bug Fixes

  • bundler: fix unstable sorting for shim modules (c702325), closes #955
  • bundler: Revisions are inserted into platform.index for all bundles (435557c)
  • generator: fix babel syntax error when running "au generate" (8eb19e7), closes #954
  • webpack: compile hook issue with output (a9dd926)
  • webpack.config.template.js: change webpack config to fix bundle duplication issue (6996274)

Features

  • bundler: bundle json files by default for app skeletons of cli bundler (6b3c53e)
  • esnext: use babel polyfill to enable async/await syntax for esnext projects (2fe31f5), closes #959

1.0.0-beta.4

07 Nov 04:33
Compare
Choose a tag to compare

1.0.0-beta.4

Bug Fixes

  • package-analyzer: ignore module field for 'aurelia-' packages (00de202)
  • package-analyzer-test: fix lint issues, adjust assertion (abb0145)

1.0.0-beta.3

17 Oct 02:19
Compare
Choose a tag to compare

Bug Fixes

  • bundler: bypass a nasty terser compress bug by using fast-minify-mode (7a37238), closes #928
  • bundler: support nodejs subfolder package.json (eef51f0)
  • webpack: use webpack4 hook that replaced deprecated plugin api (8b5d732), closes #923