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
Victor Savkin
871129e33d
update changelog
2018-04-05 21:12:07 -04:00
Victor Savkin
50ae8989e9
bump up version number
2018-04-05 21:12:01 -04:00
Victor Savkin
42cd861b55
feat(schematics): add a migration adding the tools directory
2018-04-05 21:09:35 -04:00
Victor Savkin
50295eaadb
cleanup(schematics): use relative imports
2018-04-05 21:09:13 -04:00
mrmeku
0c2b01bda6
fix(bazel): Extend ngrx and angular schematics ( #401 )
...
Workspace names can now be anything where before it was hardcoded
to be "proj"
2018-04-05 15:49:47 -06:00
Victor Savkin
bc559575f5
feat(schematics): add support for workspace-specific schematics
2018-04-05 15:44:15 -04:00
Torgeir Helgevold
ed79d5e961
fix(bazel): add exlude
...
s
2018-04-04 15:06:09 -07:00
Victor Savkin
dee3f115b7
bump up version
2018-04-03 15:33:24 -04:00
Victor Savkin
779c3d9d80
update changelog
2018-04-03 15:33:16 -04:00
Austin M. Matherne
8482177b73
fix(schematics): match ng lib and update versions
...
Update the Angular lib version (5.2.6 > 5.2.7) to match the
version specified by migration 20180225-switch-to-cli17 (5.2.7)
2018-04-03 15:20:20 -04:00
FrozenPandaz
0e11fffdf0
refactor(schematics): rename ast json methods more explicitly
2018-04-03 15:18:41 -04:00
Jonas Janz
bd50643d60
docs(nx): fix typo in CONTIRBUTING.md
...
fixing a small typo in the CONTRIBUTING.md
2018-04-03 15:17:46 -04:00
Victor Savkin
d44edf939d
fix(schematics): patch index.js instead of ng
2018-04-03 13:48:38 -04:00
Victor Savkin
c72452637e
fix(schematics): fixed regressions after ngrx refactoring
...
- StoreRouterConnectingModule should only be included if the router is used
- onlyEmptyRoot should not generate files
2018-04-03 13:22:32 -04:00
FrozenPandaz
5a26f241b1
feat(schematics): add ability to create bazel workspace
2018-04-02 19:32:29 -04:00
Thomas Burleson
4edc8e6c8b
feat(schematics): use @ngrx/schematics
...
* ngrx collection now extends @ngrx/schematics
* modify the nrwl `ngrx` schematic to use `@ngrx/schematics` to generate the initial source for actions, reducers, and effects
* modify the generated source to conform to Nx standards
* generate init and interface files
* remove template files for action, effect, and reducer scaffolding
* modify collection to extend `@ngrx/schematics` so the ngrx commands are also easily accessible
* inject dataloaded enums into action class
* configure nx workspace devDep on @ngrx/schematics version
* override ngrx effects.spec.ts with nx templated version
fixes #174 .
2018-03-30 19:47:29 -04:00
Victor Savkin
2acf28c50d
fixes build
2018-03-30 19:20:35 -04:00