ben
a5bc37c60d
feat(docs): document deep builder object properties
2019-04-28 15:06:50 -04:00
Jason Jean
d61796cead
fix(nx): fix affected params interpolation
2019-04-28 15:06:35 -04:00
Jason Jean
a3be21ca78
feat(nx): generating apps works without ng-add ( #1287 )
2019-04-26 15:19:50 -04:00
Jason Jean
422fef7c1c
fix(frontend): remove dependency on @angular/compiler-cli
2019-04-24 17:32:41 -04:00
Jason Jean
09a3ee66ea
feat(nx): add ability to use interpolated arguments in affected
2019-04-24 17:28:48 -04:00
Benjamin Cabanes
801cac90d4
chore(readme): contributor pictures from github ( #1284 )
2019-04-23 19:35:43 -04:00
Victor Savkin
e8ea4dfabf
fix(build): add missing webpack deps to node and web
2019-04-22 18:14:25 -04:00
Victor Savkin
1c07d05af3
refactor(workspace): remove utils creating webpack config
2019-04-22 18:14:25 -04:00
Victor Savkin
a6fa61d9fa
fix: the version number of the workspace package isnt set correctly
2019-04-22 18:14:25 -04:00
Victor Savkin
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00
Benjamin Cabanes
ca57cf29d8
fix(docs): general typos ( #1277 )
2019-04-18 16:12:08 -04:00
Jason Jean
9bbb69d40f
refactor(frontend): refactor angular to @nrwl/angular
2019-04-18 15:25:06 -04:00
Jason Jean
f998200eaa
test(testing): fix failing cypress test
2019-04-18 14:12:47 -04:00
Jason Jean
debda15222
refactor(testing): separate cypress to @nrwl/cypress
2019-04-17 17:06:44 -04:00
Jason Jean
e8a8edadc5
style(nx): reformat files
2019-04-17 17:03:11 -04:00
Victor Savkin
bba34f8583
refactor(backend): create separate packages for express and nest
2019-04-16 19:45:55 -04:00
Victor Savkin
13a72f4fd1
refactor(frontend): refactor web components support into a separate package
2019-04-16 14:44:24 -04:00
Jason Jean
8f39d3eecc
chore(nx): add gitter badge
2019-04-16 13:11:04 -04:00
Jason Jean
625b2837a8
refactor(testing): separate jest to @nrwl/jest
2019-04-16 13:10:49 -04:00
Suraj
9ee487d20f
docs(nx): fixed typo in getting started guide ( #1265 )
...
Fixed typo in Tooling & Automation section in Nx and Angular CLI article
2019-04-16 10:28:14 -04:00
Jason Jean
7e0b4a0066
refactor(frontend): separate react into separate collection
2019-04-16 08:37:55 -04:00
Marvin Luchs
5c56e545ce
fix(schematics): missing CSS import in web component app
...
fix #1249
2019-04-15 21:46:37 -04:00
ben
41b915bf75
feat(builders): expose clearCache to Jest builder
...
This exposes the `clearCache` option from Jest to Nx. You can now easily
clear Jest's default cache directory while running your tests.
2019-04-15 21:45:54 -04:00
Victor Savkin
c1f377270f
fix(schematics): relax jasmine marbles version
2019-04-15 21:45:29 -04:00
Victor Savkin
08505f50c7
Release 7.8.1
2019-04-15 13:43:35 -04:00
Sebastian Podgajny
c769b5889f
fix(nx): update Prettier and include 'less' extension #1220
...
Update Prettier version 1.15.3 => 1.16.4
Include 'less' in PRETTIER_EXTENSIONS array
2019-04-14 14:51:15 -04:00
Bucky Maler
16bd139017
feat(node): add source map support
...
closes #1072
2019-04-14 14:48:59 -04:00
Bucky Maler
0bc9e505ae
fix(node): webpack devtool option
...
Source maps were inlined with --source-map false, but now no source maps are generated with
--source-map false.
#1229
2019-04-14 14:46:21 -04:00
MSakamaki
ed1d69fdd4
docs(nx): fix typo on tutorial
...
Tutorial is abort because there is no export in Todo interface, fix it
2019-04-14 14:45:36 -04:00
Jason Jean
bd2cb49bfd
fix(testing): fix jest on windows
2019-04-14 14:42:46 -04:00
Marvin Luchs
b26e626251
test(schematics): revert changes to test of relatively importing the same library ( #1227 )
2019-04-05 17:17:04 -04:00
Victor Savkin
7cc6d11b02
Release 7.8.0
2019-04-05 16:02:00 -04:00
Marvin Luchs
5daffc3cc7
test(schematics): add test for relatively importing src directory of another library
2019-04-04 13:57:15 -04:00
Marvin Luchs
dd1a7f5c3a
style(schematics): update formatting of nxEnforceModuleBoundariesRule
2019-04-04 13:57:15 -04:00
Marvin Luchs
97457a2c30
fix(schematics): normalize path in findTargetProject
...
findTargetProject returns OS-specific paths which may not match the paths in projectNode.files. To
fix this, the path needs to be normalized the same way as it is done in
isRelativeImportIntoAnotherProject. Also, per default when an import points to a directory, "index"
should be added as a potential import file candidate.
2019-04-04 13:57:15 -04:00
Jason Jean
5137c182a7
fix(testing): warn on type checking errors
2019-04-04 13:27:44 -04:00
Jason Jean
360e5794cc
Revert "feat(node): set externalDependencies to none for production builds"
...
This reverts commit c2fc63d9c8103a1600b0867c05cf2335ca0934ac.
2019-04-03 16:11:23 -04:00
Jason Jean
1dfe26dade
enhancement(nx): remove @types/yargs from @nrwl/schematics dependencies
2019-04-03 11:40:52 -04:00
Jason Jean
417863da9d
fix(nx): fix app generation for names which match builder properties
2019-04-03 11:40:35 -04:00
Jason Jean
259f662063
fix(nx): handle unnormalized names for project generation
2019-04-03 11:40:08 -04:00
Alexei Domratchev
c1aaed5c69
feat(testing): support for vscode-jest integration
2019-04-03 11:39:17 -04:00
Hot Pixel Group
256d83c3f9
refactor(nx): modifies log for NestJS apps to reflect global prefix ( #1201 )
...
Clears confusion from console.log on NestJS apps when bootstrapped
re #1132
2019-04-01 14:23:33 -04:00
Mathieu Paquette
753c8e0e2a
docs(readme): fix typos in README ( #1214 )
2019-04-01 10:55:36 -04:00
John Collom
5e470ca42f
feat(schematics-cli): add multiple selection support for prompts
...
adds check for `multiselect` in prompt definition
(per PromptDefinition interface from @angular-devkit)
2019-03-19 20:45:28 -04:00
hmagrini
8428182ed5
feat(node): add --host option when inspecting a node process
2019-03-19 20:43:42 -04:00
Victor Savkin
800e09f308
docs(nx): add nx in enterprises guide
2019-03-19 20:41:48 -04:00
Jason Jean
3cf84eca24
enhancement(nx): optimize affected to strip sourcecode down to imports/exports
2019-03-19 20:41:22 -04:00
Victor Savkin
fc9af4d0b9
docs(nx): add --ignore-existing to all npx commands
2019-03-19 20:35:04 -04:00
Victor Savkin
3d0e7867e0
Release 7.7.2
2019-03-18 09:49:38 -04:00
Victor Savkin
3277b9d208
fix(nx): migration fails when ngrx is not in package.json
2019-03-18 09:48:54 -04:00