This file was generated using @jscutlery/semver.
13.2.3 (2021-11-28)
- allow Yarn v3 to do Nx e2e (42cdbb8)
- respect Angular v13 exports in package.json (fb8307a)
- sort packages (4760906)
- update package.json e2e definitions (6285278)
- work in progress with getting Yarn v3 e2e to work (5573c2a)
- implement @nrwl/nx-cloud (f7db497)
- introduce @jscutlery/semver and git hooks (b4ac41a)
- nx 13.2.2 without Yarn v3 (3a9e47d)
- switch to Yarn v3 as the package manager default (0e9edde)
- upgrade to Nx 13.2.3 (90cd620)
- updated to 13.1.3 nrwl dependencies
- updated to 13.1.1 nrwl dependencies
- Added HttpMockModule to angular app grouping folder init
- updated to 12.9.0 nrwl dependencies
- Major rewrite to:
- implement tooling for cypress component testing using https://github.com/jscutlery/test-utils
- seperate the generators into different libraries to allow the affected commands to work. This opens up the option of adding generators for other types of languages other than Angular
- simplify and improve the generators
- updated to 12.6.3 nrwl dependencies
- moved to project json format to allow affected commands for each generator
- updated to 12.6.2 nrwl dependencies
- updated to 12.5.1 nrwl dependencies
- updated to 12.3 nrwl dependencies
- removed scope tag from implicitDependencies
- issue with storybook project target updates not being applied
- issue with E2E project not being removed
- Rewrite of whole library for @nrwl/devkit, i.e. rewriting schematics as generators
- Removed domain-config.json. Default library options will be run from extension preferences instead of saving the options when domain is created.
- Removed the add e2e and add storybook options from create generator as there was an issue in devkit where the project configuration updates weren't available when the cypress project generator was internally called in create domain.