Skip to content

0.27.0

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 25 Mar 06:29
· 907 commits to master since this release

aurelia-cli 0.27.0

Bug Fixes

  • bluebird: remove unnecessary Bluebird config in main file (6fb5ee2), closes #534
  • build: ensure that dependencies get in the correct bundle (f4c9e8f)
  • file-system/logger: don't use spread operator to support nodejs 4 (ed6eb25)
  • importer: search for css files in root dir and resolve import error (9a0da9e)
  • project-template: set baseDir to '.wwwroot' for ASP.NET Core projects (c1e0401)
  • run: don't ignore browserSync errors (6518279)
  • test: esling reports error that path should never be concated as string (2b3f442)
  • typescript: do not build typescript files in aurelia_project folder (334df2f)

Features

  • tests: Enabled unit testing (19c59a1)