Skip to content

Latest commit

 

History

History
208 lines (101 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

208 lines (101 loc) · 11.2 KB

1.12.1 (2022-08-28)

Bug Fixes

  • nx-plugin-openapi: fix silent option generation (7540122)

1.12.0 (2022-08-26)

Features

  • nx-plugin-openapi: add stderr logger and silent option (58bde94), closes #70 #67

1.11.0 (2022-06-15)

Features

  • nx-plugin-openapi: add an option to run generator in docker container (#63) (870a20f)

1.10.1 (2022-05-18)

Bug Fixes

  • 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)

Features

  • open-in-gitpod: replace nodegit with local git (6b8d2aa), closes #56

1.9.3 (2021-10-31)

Bug Fixes

  • open-in-gitpod: replace git-utils with nodegit (ec2edd0), closes #54

1.9.2 (2021-10-30)

Bug Fixes

  • open-in-gitpod: tweak TS config (e73060e)

1.9.1 (2021-10-30)

Bug Fixes

1.9.0 (2021-10-30)

Features

  • open-in-gitpod: add CLI to open current local repo in Gitpod (9cd931a)

1.8.0 (2021-10-22)

Features

1.7.1 (2021-10-08)

Bug Fixes

1.7.0 (2021-10-08)

Features

  • nx-plugin-unused-deps: add plugin to check package.json for unused deps (c9d9d32)

1.6.1 (2021-07-31)

Bug Fixes

  • nx-plugin-openapi: fix support for --directory option (6fd54f0)

1.6.0 (2021-07-30)

Features

  • 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)

Bug Fixes

  • nx-plugin-openapi: fix botched 1.6.0 release and add required peer dependency (a2059e4)

1.5.0 (2021-07-16)

Features

  • nx-plugin-openapi: update to Nx 12.5.8 (6ef4170), closes #34

1.4.0 (2021-06-02)

Features

  • global-properties: add global-properties option (fed54ee)
  • global-properties: use spread operator (6d69298)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • generators-api-lib: add skipFormat property (c10d87d)
  • generators-api-spec: add skipFormat property (5bf88f5)

Bug Fixes

  • 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)

Features

  • nx-plugin-openapi: add support for typeMappings option (598ccec), closes #16

1.1.1 (2021-01-18)

Bug Fixes

  • nx-plugin-openapi: update tsconfig import paths on api-lib creation (0e5aade), closes #14

1.1.0 (2020-11-27)

Features

  • nx-plugin-openapi: (broken) add support for online API spec files (0f6c6ee), closes #9
  • nx-plugin-openapi: start adding new options (7be0f12), closes #9

Bug Fixes

  • 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)

Bug Fixes

  • nx-plugin-openapi: fix licensing and peer dependencies (bb09067)

1.0.0 (2020-11-10)

Features

  • 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)

Bug Fixes

  • nx-plugin-openapi: make optional option optional for realsies (25c6d07)
  • preserve README of api-lib, fix some inputs (a0a850f)
  • tweak builder name (bb8cd32)