2229 Commits

Author SHA1 Message Date
Victor Savkin
3a2d27ac20 fix(schematics): fix tests 2018-05-13 20:12:59 -04:00
Victor Savkin
8ad06584fc fix(schematics): filter all nx specific args when running affected:e2e 2018-05-13 20:12:59 -04:00
Victor Savkin
59d3be1404 fix(schematics): remove an incorrect comment 2018-05-13 20:12:59 -04:00
Victor Savkin
b77ad0e479 fix(schematics): fix e2e tests 2018-05-13 20:12:59 -04:00
Victor Savkin
bf03bcb1e4 fix(schematics): update the dep graph calculator to use root instead of names 2018-05-13 20:12:59 -04:00
Victor Savkin
b8e7e061f7 fix(schematics): update link to nx logo 2018-05-13 20:12:59 -04:00
Victor Savkin
56a593308f fix(schematics): read npmScope from nx.json 2018-05-13 20:12:59 -04:00
Victor Savkin
f511525fa1 switch back to NgRx 5.2.0 2018-05-13 20:12:59 -04:00
Victor Savkin
f581fb34ba Release 6.0.0-alpha.1 2018-05-11 11:50:34 -04:00
Victor Savkin
23cb4ae5d4 fix(build): removes fit 2018-05-11 10:45:52 -04:00
Victor Savkin
41f3ef48b4 cleanup(schematics): mark the directory property as visible 2018-05-10 12:44:14 -04:00
Victor Savkin
61795217e3 cleanup(schematics): delete an unused file 2018-05-10 12:43:12 -04:00
Jason Jean
39eb6d38e7 feat(schematics): working v6 ng add 2018-05-09 09:24:06 -04:00
Victor Savkin
af0c7acc4f feat(schematics): change upgrade-module and downgrade-module schematics to work with CLI6 2018-05-08 12:35:42 -04:00
--get
7c330163bd feat(schematics): add exclude option for affected 2018-05-08 10:30:39 -04:00
--get
9a1e6c0849 fix(schematics): filter nx specific flags from being passed to ng cli 2018-05-08 10:30:39 -04:00
David Herges
f746d7d4ed fix(schematic): add cosmiconfig to npm package dependencies 2018-05-08 10:06:31 -04:00
David Herges
937e2a3ec4 fix(schematics): add fs-extra to dependencies of npm package 2018-05-08 10:05:04 -04:00
Victor Savkin
7dac4c73fe Release 2.0.0-alpha.2 2018-05-07 11:24:31 -04:00
Victor Savkin
b9db0b2927 fix(schematics): add missing dependencies to create-nx-workspace 2018-05-07 11:23:42 -04:00
Victor Savkin
7610663d1e fix(schematics): the library schematic should use the correct npm scope 2018-05-07 11:23:42 -04:00
Victor Savkin
2d349cb635 Release 2.0.0-alpha.1 2018-05-07 10:38:00 -04:00
Victor Savkin
fcbab30a59 feat(build): print the parsed version when releasing 2018-05-07 10:37:27 -04:00
Victor Savkin
fd5149d762 feat(schematics): add affected:test 2018-05-07 10:30:55 -04:00
Victor Savkin
907ec27528 feat(schematics): switch to cli6 2018-05-06 19:12:02 -04:00
Victor Savkin
e40503c7e3 cleanup(schematics): remove an unused dependency 2018-04-26 10:53:36 -04:00
Victor Savkin
10d8a47492 Release 1.0.3 2018-04-26 10:47:39 -04:00
Victor Savkin
30de0b9d4d fix(schematics): do not use npm-run-all when parallel is set ot false 2018-04-26 10:13:33 -04:00
--get
c3ea765493 fix(schematics) use property name in ngrx reducer spec 2018-04-24 17:43:36 -04:00
David Herges
4ff80c159b docs: link to DataPersistence.fetch 2018-04-24 17:42:12 -04:00
Victor Savkin
d3164639f6 Release 1.0.2 2018-04-24 12:59:07 -04:00
Victor Savkin
3254eb9a1a fix(build): modify release script to pass the parsed option to package 2018-04-24 12:58:07 -04:00
Victor Savkin
fb689ea511 Release 1.0.1 2018-04-24 12:06:16 -04:00
Victor Savkin
c18baf01ca fix(schematic): add a migration to add tsconfig.tools.json 2018-04-24 12:03:17 -04:00
Victor Savkin
ea423477df build: use precise commits to format the code 2018-04-21 15:25:26 -04:00
Victor Savkin
8b3370ffaa Release 1.0.1-beta.1 2018-04-18 09:10:48 -04:00
James Henry
09cfec2b3b chore(scripts): Implement new release helpers 2018-04-18 09:09:04 -04:00
Victor Savkin
0920fe3b7f chore: update changelog 2018-04-18 09:08:43 -04:00
Victor Savkin
2aa1332572 chore: bump up version 2018-04-18 09:08:34 -04:00
FrozenPandaz
e748e81254 fix(schematics): add nxmodule forroot if not existing when generating ngrx for root 2018-04-17 09:03:34 -04:00
Nitin Vericherla
6aa67020bf fix(nx): remove strict check for "file" option for dep-graph
Allow defaults to be used when running `npm run dep-graph`
2018-04-17 09:02:08 -04:00
Maxim Kropotov
aa1ff78c0e fix(schematics): don't leak file descriptor in shared.ts/mtime
leak breaks IDE-TSLint integration. Fixes #403
2018-04-15 19:13:19 -04:00
Nitin Vericherla
8ca8548886 fix(nx): dep-graph visual style for affected lib 2018-04-15 19:10:21 -04:00
mrmeku
08896fd195 feat(schematics): Generate --help for every CLI function.
This PR introduces the yargs package as our CLI command handler.
We build up commands using yargs to take advantage of its built
in --help flag formatter.
2018-04-12 21:49:59 -04:00
Victor Savkin
16a3e0ffa6 feat(schematics): adds support for --base and --head to affected:* 2018-04-12 19:25:17 -04:00
Victor Savkin
2a377fe643 fix(schematics): ignore errors when the tools directory already exists 2018-04-07 07:45:37 -04:00
Victor Savkin
fba3b24958 bump up version to 0.11.0 2018-04-06 20:54:25 -04:00
Victor Savkin
8874831c13 update changelog 2018-04-06 20:54:14 -04:00
Nitin Vericherla
49525efe3e feat(nx): support to generate visualization graph
`npm run dep-graph` outputs a visual dependency graph
2018-04-06 20:51:02 -04:00
mrmeku
eca52599d9
feat(bazel): Add correct dependencies to package.json (#405)
* feat(bazel): Add correct dependencies to package.json

Only allow valid Bazel workspace names to avoid confusion
2018-04-06 13:42:13 -06:00