8697 Commits

Author SHA1 Message Date
vsavkin
579750be73 0.8.0-beta.1 2018-02-25 18:59:27 -05:00
vsavkin
dd5790cd4f 0.8.0-beta-1 2018-02-25 18:59:05 -05:00
vsavkin
e7481a790f refactor(schematics): use schematic context to format the generated code 2018-02-25 18:48:23 -05:00
vsavkin
acdeb1b71c feat(schematics): switch to angular/cli 1.7 2018-02-25 17:13:56 -05:00
vsavkin
b97305822a bump up version number to 0.7.4 2018-02-19 11:06:51 -05:00
vsavkin
7ded3d73f3 update changelog 2018-02-19 11:06:02 -05:00
Noeri Huisman
545f2ff139 fix(schematics): base projectPath on the full path instead of the current working directory of the process
The `nxEnforceModuleBoundariesRule` based the projectPath on `process.cwd()` which won't work in case the linter is run from any other directory.
This change uses the `app-root-path` library for determining the root folder, independent of the cwd.
2018-02-19 10:46:16 -05:00
Emilio
9128fa8be1 fix(schematics): ammend command in script errors 2018-02-19 10:42:05 -05:00
vsavkin
70f7b608e7 fix(schematics): fix enforceModuleBoundaries check to properly detect incorrect relative imports 2018-02-18 15:27:00 -05:00
vsavkin
222efe2f26 feat(schematics): change generate effect tests to use toBeObservable 2018-02-13 20:52:26 -05:00
vsavkin
125852d7ec test(schematics): add tests for create-nx-workspace 2018-02-04 18:14:40 -05:00
vsavkin
6756e197fb remove an "fit" 2018-02-04 16:21:53 -05:00
vsavkin
6dd2efb05e bump up version 2018-02-02 09:00:49 -05:00
vsavkin
cc3f51f85b fix(schematics): fix create-nx-workspace 2018-02-02 09:00:49 -05:00
James Henry
db449314f3 chore(build): use precise-commits for formatting 2018-02-01 15:19:11 -08:00
James Henry
eb960cb9ea chore(package): fix alphabetical ordering of packages 2018-02-01 15:17:14 -08:00
vsavkin
82dcdb656b bump up version 2018-02-01 11:24:40 -05:00
vsavkin
6db445fd9a update changelog 2018-02-01 11:24:35 -05:00
vsavkin
8a3c182493 cleanup(schematics): clean up the output of nx-migrate 2018-02-01 11:24:28 -05:00
vsavkin
99ac2b5692 fix(schematics): update the latestMigration property 2018-01-31 10:29:48 -05:00
vsavkin
e5b247b573 update create-nx-workspace to support yarn in addition to npm 2018-01-31 10:27:08 -05:00
vsavkin
93a6b4e94b fix(schematics): add a post install script that run nx-migrate:check 2018-01-31 09:35:22 -05:00
vsavkin
7ab14e3b26 fix(schematics): clean up the output of nx-migrate 2018-01-31 09:35:22 -05:00
vsavkin
5420f48aa7 update changelog 2018-01-30 20:31:01 -05:00
vsavkin
4903e8f1ec add @angular-devkit/schematics and @schematics/angular as dev dependencies 2018-01-30 20:29:11 -05:00
vsavkin
34e8d5483f feat(schematics): set @angular-devkit/core to 0.0.29 2018-01-30 17:10:53 -05:00
vsavkin
d7ba9fdc1b feat(schematics): add nx-migrate:check and nx-migrate:skip scripts 2018-01-30 16:28:14 -05:00
vsavkin
62ed009d76 feat(schematics): bump up @angular-devkit/core to 0.0.29 2018-01-29 10:26:17 -05:00
vsavkin
3f727e9be2 bump up version 2018-01-22 10:03:31 -05:00
vsavkin
3f37983775 fix(schematics): add an explicit dependency on @angular-devkit/core 2018-01-22 09:47:33 -05:00
vsavkin
7bfd4eb08d fix(schematics): add a migration to update test.js 2018-01-21 17:25:49 -05:00
vsavkin
8288974913 update changelog 2018-01-21 14:26:18 -05:00
vsavkin
bf40f78b16 bump up version 2018-01-21 14:26:13 -05:00
vsavkin
172c18dc9b feat(schematics): switch to angular 5.2 and cli 1.6.5 2018-01-21 14:23:08 -05:00
vsavkin
ced668dbb8 update changelog 2018-01-20 18:21:14 -05:00
vsavkin
8e1433f5ea bump up version 2018-01-20 18:21:09 -05:00
vsavkin
847a249980 feat(schematics): add a migration updating the version of prettier 2018-01-20 18:07:10 -05:00
vsavkin
9609fc6750 fix(command-line): make affected and format windows-friendly 2018-01-20 18:06:38 -05:00
vsavkin
e12eafd301 adds back nx-migrate to make the migration of fix the migration of older projects 2018-01-19 16:14:51 -05:00
James Henry
2293e28bd0 fix(schematics): continue traversing within irrelevant PropertyAssignment nodes 2018-01-19 15:39:24 -05:00
vsavkin
e0a977b2d3 fix(build): build improvements 2018-01-18 17:08:37 -05:00
vsavkin
828e4fe75d fix(tslint): clean up tslint configuration 2018-01-18 17:08:37 -05:00
vsavkin
bfbe0829d5 bump up version 2018-01-16 19:29:53 -05:00
vsavkin
78d67defa8 update changelog 2018-01-16 19:29:47 -05:00
vsavkin
2c49c30295 fix(schematics): avoid relative paths to node modules 2018-01-16 19:27:27 -05:00
vsavkin
f862ed05d1 fix(lint): handle the case when libraries are placed in the directory with the same name as an app 2018-01-12 11:07:33 -05:00
vsavkin
fed6c3aa95 update changelog 2018-01-08 21:53:11 -05:00
vsavkin
4135e6b325 bump up version number 2018-01-08 21:53:06 -05:00
vsavkin
ddd8de3813 fix(schematics): copy the cli file when running the workspace schematic 2018-01-08 21:50:00 -05:00
vsavkin
fe7032d29f fix(schematics): handle projects that have similar names 2018-01-05 10:49:04 -05:00