Releases: aurelia/cli
Releases · aurelia/cli
0.16.2
- fix(source-inclusion): incorrect module ids on windows
0.16.1
- fix(source-inclusion): move dependency
0.16.0
- feat(bundler): enable dependencies to include additional resources
0.15.0
- Adds support for shim through adding
deps
andexports
properties to any dependency entry.
0.14.0
- fix(aspnet): correctly configure base url
0.13.10
- fix(run): manually log ports to avoid browser sync color issues
- feat(new-application): better prompts and default values
- fix(ui): enable typing option labels
- fix(cli-options): enable handling of single dash mistakes as fallback
- fix(resources): ensure empty lines at ends of files
- feat(pug): begin the implementation of pug markup support (not yet available)
- feat(new): enable --here to pick up name from folder
- feat(new): make here projects always custom and start with platform selection
- fix(bundles-source): ensure module ids on all bundled items
0.13.9
- Configure history fallback api.
- Fix TS reload issue with missing dts files on reloads.
0.13.8
- Revert a change which caused "null" modules to be included.
0.13.7
- Address some issues related to bundle file inclusion and synchronization.
0.13.6
- Fix typo on the value converter generator.