Skip to content

0.25.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 03 Mar 05:45
· 944 commits to master since this release

0.25.0

Notes for upgrading to 0.25.0

We have removed the code for configuring Bluebird from main.[js|ts]. This code has been moved to a file that is now prepended to vendor-bundle.js. You will need to update the prepend section of your vendor-bundle.js configuration to start with the following two files:

"prepend": [
  "node_modules/bluebird/js/browser/bluebird.core.js",
  "node_modules/aurelia-cli/lib/resources/scripts/configure-bluebird.js",

Features

So much stuff!

  • au import command
  • au install command
  • huge performance improvements to building/bundling.

Bugs

Lots of bugs fixed all over the place. Oh my!