0.2.5 (2018-08-11)
0.2.4 (2018-08-02)
- introduce --sample flag for
ng add
(3c05fe4b556adde214dc880d4957c970e700eeed)
0.2.3 (2018-07-31)
- ignore spec files when building for mobile (08ede96)
- application: respect the provided style extension (0249f06)
- add webpack flag to the application schematics (258ddb1)
- have routing by default for new applications (cc320ed)
- introduce --sample flag for
ng new --shared
(528701b)
0.2.2 (2018-07-26)
- Target official Angular 6.1 versions
0.2.1 (2018-07-25)
- wrong noop import (2e956bf)
0.2.0 (2018-07-25)
- module.id issue in code sharing projects (#43) (9325ff3), closes #40
- skip move path is '' (c06187d)
- skip rename when web extension not provided (3eede03)
0.1.7 (2018-07-19)
0.1.6 (2018-07-19)
- ng-new: support --style=scss option
- ng-new: support --no-theme flag
0.1.5 (2018-07-06)
0.1.4 (2018-07-05)
- Add NativeScriptFormsModule and NativeScriptHttpClientModule to app.module for {N}
- tsconfig issues
0.1.3 (2018-06-11)
- fix: target official {N} webpack version (a7a36c3)
0.1.1 (2018-06-11)
- import utils/angular-project-parser from the right paths (14ddd8a)
- remove sourcedir folder in _ns_files (26a3ef6)
- add migration schematic from {N} to web+{N} shared project (#3) (5e5161c)
- add schematic for fixing module imports in feature modules (180d27a)
0.1.0 (2018-05-30)
- import utils/angular-project-parser from the right paths (14ddd8a)
- remove sourcedir folder in _ns_files (26a3ef6)
- add support for Angular 6
- add migration schematic from {N} to web+{N} shared project (#3) (5e5161c)
- add schematic for fixing module imports in feature modules (180d27a)
- add migrate component schematic (0fd34f97fda7994aa3ca8a6b8d9bb27b5b56d98e)