Skip to content

Releases: nx-dotnet/nx-dotnet

v0.10.0

23 May 21:46
Compare
Choose a tag to compare

This release is also available on:

  • v0.10.0

0.10.0 (2021-05-23)

Bug Fixes

  • docs-site: invalid baseUrl with custom domain (5cf6c70)
  • nxdoc: include generator / executor description in detail file (b0bf601)

Features

  • nx-docs: support for anyOf in schema.json files (7ab15c6)
  • nxdoc: include getting started text (db3ec62)
  • nxdoc: mark required properties (8b8b01c)

v0.9.2

23 May 06:27
Compare
Choose a tag to compare

This release is also available on:

  • v0.9.2

0.9.2 (2021-05-23)

Bug Fixes

  • docs-site: invalid baseUrl with custom domain (5cf6c70)

v0.9.1

23 May 05:59
Compare
Choose a tag to compare

This release is also available on:

  • v0.9.1

0.9.1 (2021-05-23)

Bug Fixes

  • docs-site: deploy on commit to master (e259a28)

v0.9.0

23 May 05:43
Compare
Choose a tag to compare

This release is also available on:

  • v0.9.0

0.9.0 (2021-05-23)

Features

v0.8.2

21 May 16:51
Compare
Choose a tag to compare

This release is also available on:

  • v0.8.2

0.8.2 (2021-05-21)

Bug Fixes

  • nxdoc: generators do not appear in index if no executors are present (c019467)

v0.8.1

21 May 16:05
Compare
Choose a tag to compare

This release is also available on:

  • v0.8.1

0.8.1 (2021-05-21)

Bug Fixes

  • nxdoc: invalid generators.json (b3b03be)

v0.8.0

21 May 15:54
Compare
Choose a tag to compare

This release is also available on:

  • v0.8.0

0.8.0 (2021-05-21)

Features

  • nxdoc: scaffold plugin + generate-docs v1 (80b0368)
  • repo: docs generator prints options (bddc5b5)
  • repo: schematic to generate docs #53 (a7828c5)

v0.7.1

20 May 17:22
Compare
Choose a tag to compare

This release is also available on:

  • v0.7.1

0.7.1 (2021-05-20)

Bug Fixes

  • core: format files after successful migration (c92814a)
  • core: rename migrations key to nx-migrations (c6993b9)
  • repo: e2e tests run in CI again (f7ed139)

v0.7.0

20 May 01:50
Compare
Choose a tag to compare

This release is also available on:

  • v0.7.0

0.7.0 (2021-05-20)

Features

  • core: add lint config to generated projects (d320ce8)
  • core: add migration to add lint target (e391744)
  • core: add new executor for dotnet-format (92afd05), closes #13

v0.6.2

19 May 22:18
Compare
Choose a tag to compare

This release is also available on:

  • v0.6.2

0.6.2 (2021-05-19)

Bug Fixes

  • utils: getDependantProjectsForNxProject should work on Unix (96cbc33), closes #43