1.12.1 (2022-08-28)
- nx-plugin-openapi: fix silent option generation (7540122)
1.12.0 (2022-08-26)
1.11.0 (2022-06-15)
1.10.1 (2022-05-18)
- nx-plugin-unused-deps: consider @types/X to be depended on if X is depended on (88bfa11)
- nx-plugin-unused-deps-e2e: add a comment about why tests need to install package from a pack (834a663)
- nx-plugin-unused-deps-e2e: remove console.log (0f4986e)
1.10.0 (2021-10-31)
1.9.3 (2021-10-31)
1.9.2 (2021-10-30)
- open-in-gitpod: tweak TS config (e73060e)
1.9.1 (2021-10-30)
- tweak some details (d953f2d)
1.9.0 (2021-10-30)
- open-in-gitpod: add CLI to open current local repo in Gitpod (9cd931a)
1.8.0 (2021-10-22)
- nx: update to v13.0.1 (1434e20)
1.7.1 (2021-10-08)
- fix NPM packaging (1ed7e3f)
1.7.0 (2021-10-08)
- nx-plugin-unused-deps: add plugin to check package.json for unused deps (c9d9d32)
1.6.1 (2021-07-31)
- nx-plugin-openapi: fix support for --directory option (6fd54f0)
1.6.0 (2021-07-30)
- nx-plugin-openapi: add .babelrc to generated api libs (c002a7c), closes #37
- nx-plugin-openapi: update to Nx v12.6.2 and revert unwanted @angular devkit dep (e028dc3), closes #37
1.5.1 (2021-07-16)
- nx-plugin-openapi: fix botched 1.6.0 release and add required peer dependency (a2059e4)
1.5.0 (2021-07-16)
1.4.0 (2021-06-02)
- global-properties: add global-properties option (fed54ee)
- global-properties: use spread operator (6d69298)
- global-properties: add missing option when building the executor configuration (6d6fbf9)
- global-property: typo fix (original was correct) (b5a2dc6)
- typo: global-property => global-properties (92f7100)
1.3.1 (2021-05-31)
- generators-api-lib: add cross-spawn (472cc20)
- generators-api-lib: install cross-spawn types (1a0b362)
- generators-api-lib: move esModuleInterop (459a858)
- generators-api-lib: use cross-spawn (e9ac14b)
1.3.0 (2021-04-12)
- generators-api-lib: add skipFormat property (c10d87d)
- generators-api-spec: add skipFormat property (5bf88f5)
- generators-api-spec: create always sourceRoot directory (745133d)
- generators-init: remove unused schema (27f596a)
- generators-specs: resolve workspace bug in case of skipFormat = false (91e223c)
1.2.0 (2021-01-19)
1.1.1 (2021-01-18)
1.1.0 (2020-11-27)
- nx-plugin-openapi: (broken) add support for online API spec files (0f6c6ee), closes #9
- nx-plugin-openapi: start adding new options (7be0f12), closes #9
- nx-plugin-openapi: replace readWorkspaceJson with custom util function (5f82a79), closes #9
- nx-plugin-openapi: somewhat workaround bogus behavior of Nx about a required prop with default (9bd8605), closes #9
1.0.1 (2020-11-10)
- nx-plugin-openapi: fix licensing and peer dependencies (bb09067)
- generate-api-lib-sources: add support for additionalProperties (aa8ce75)
- simplify options, make tests pass (d8f042d)
- nx-plugin-openapi: delete output dir before generating sources (66a94ca)
- actually generate API lib code (f33f179)
- add api-lib schematic and first bits of generate-api-lib-sources builder (c6b5816)
- make init schematic work (263d56d)