11.0.0 (2020-12-01)
- Angular 11 and TypeScript 4 (ccf90a0)
10.0.1 (2020-07-30)
9.0.0 (2020-06-16)
1.0.0 (2019-12-12)
- update to NativeScript v6.3.x (588e2c3)
- support for @nativescript/theme v2 (10afbe1)
- (android) support for dark theme (d9a7c6f)
0.7.3 (2019-11-11)
- add [email protected] as dependency (36f70cd)
- stop using filter in module generation schematic (13a9004), closes #185
- support converting web application to code-shared when using scss or less styles (457fffc)
- update to NativeScript v6.2.x (e09f8ca)
0.7.2 (2019-10-03)
- don't check the
.d.ts
files fromnode_modules
(a69b785), closes /github.com/DefinitelyTyped/DefinitelyTyped/pull/38412/files#diff-704f3d6b17350ee2426b25280154df4 - fix extends inside tsconfig.spec.json to include its base tsconfig.json from the correct location (32e4462)
0.7.1 (2019-08-21)
0.7.0 (2019-08-09)
- update to NativeScript 6.0 (#220)
- update to Angular 8.0 (#214) (0837158)
- refactor shared structure (#196) (7c3d159)
- ng-add: add 'prefer-mapped-imports' rule (#235) (043bd38)
- add
skipInstall
option to ng-new (#223) (78e33e5)
0.6.0 (2019-05-16)
- resolve main.tns.ts with webpack's VFS instead with TS (#174) (7d9622d), closes #173 #173
- ng-new: make resolution of lazily-loaded routes consistent between web and mobile (#198) (9b1c31c), closes #197
- flag to skip adding auto-generated component on
ng new
andng add
(#171) (6c835b1) - update ng new/add schematics to use NativeScript 5.2 and Angular 7.2 (#191) (5e577e4)
- use HMR by default for newly created projects (aligned with the NativeScript 5.4 templates) (44e6f3b)
0.5.2 (2019-03-20)
- ng-new: make resolution of lazily-loaded routes consistent between web and mobile (#198) (9b1c31c), closes #197
- fix the slow execution of
ng generate component
(#190)
0.5.1 (2019-02-19)
0.5.0 (2019-01-07)
-
Official support for Angular 7.1.
-
flag to skip adding auto-generated component on
ng new
andng add
(#171) (6c835b1)
0.4.0 (2018-11-13)
0.3.4 (2018-10-17)
0.3.3 (2018-10-10)
0.3.2 (2018-10-10)
- remove tsconfig.spec.ts extend option (#114) (5a58d21)
- ng-new: update the version of @ngtools/webpack to 6.2.0 (#116) (fe11520)
0.3.1 (2018-09-14)
- remove tsconfig.spec.ts extend option (#114) (5a58d21)
- ng-new: update the version of @ngtools/webpack to 6.2.0 (#116) (fe11520)
Special thanks to steadycoding!
0.3.0 (2018-09-10)
- bump versions to official Angular CLI 6.2 (#109) (490a647)
- newly created projects run with AoT (#111) (b977c94)
- strip .ts extension when importing components (#112) (dd23c8a)
- add-ns: import AutoGeneratedComponent instead of HomeComponent (#113) (31bb7f5)
0.3.0-rc.1 (2018-09-06)
0.3.0-rc.0 (2018-09-04)
- respect extensions and module imports when generating components (13516d6), closes #78 #54
- add-ns: choose a more generic name for the generated shared (#103) (991aec2), closes #99
- add-ns: use the package installation task from schematics (9e63508), closes #94
- component: don't declare component in web module if it's not shared (8a2388f)
- module: prevents file module merge collisions (a74c6a0)
- module: stop generating common files in web/ns only cases (63d6b5a)
- node-utils: add safety checks to version parser (8a4775d)
- add travis ci (#73) (a63b411)
- component: generate mobile stylesheets files (#87) (7d7930b)
- migrate-component: copy the web template into the migrated component (#65) (ad08b25)
- init git repository when creating new application (#104) (a745640), closes #95
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)