Skip to content

0.34.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 09 Aug 06:34
· 566 commits to master since this release

aurelia-cli 0.34.0

Bug Fixes

  • bundler: fix compatibility with source-map >= v0.6 (681a77d), closes #870
  • cli: default bundler is webpack, so move to position 1 (d0ff2ee)
  • cli: display meanful error when not installed locally (71893be)
  • cli: fail gracefully when installed in parent folder (9407c87)
  • cli: no longer clear the terminal (9644da8)
  • cli build: reassign global.define.amd after assigning karma override function (9eee46f), closes #71
  • importer: support nodejs module default main file "index.js" when "main" is missing in package.json (e050868), closes #831
  • install: leave yarn/npm up to the user (cce5070)
  • jest: update usage of jest.runCli (66799c0), closes #896
  • npm: update internal npm (987cc68)
  • package-scripts: fix test.lint.fix task (76816e9)
  • package.json: added missing deps (54f14be)
  • requirejs/systemjs: fix duplicate index.html (8bac73d)
  • enforce single aurelia-binding in webpack bundle (911b3d7)
  • fix binary file copy on favicon.ico (f7941f4), closes #688
  • run-webpack.ts: copy the https property from devServer to opts (118e441)
  • stylus: don't stop watch on error (4ad96fd)
  • tsconfig.template.json: fix incorrect files glob (ca0ab4b)
  • webpack: remove json loader from webpack config (0ef0b84), closes #860

Features