Skip to content

Latest commit

 

History

History
369 lines (206 loc) · 22 KB

CHANGELOG.md

File metadata and controls

369 lines (206 loc) · 22 KB

1.4.1 (2021-09-15)

Bug Fixes

  • core: npm prepare script may be removed (b8e88fa), closes #101
  • core: publish output config should be relative to workspace root (30a7a26), closes #100

1.4.0 (2021-09-10)

Features

  • core: ability to import projects into the nx configuration (8be8446)

1.3.2 (2021-08-26)

Bug Fixes

  • core: serve + test --watch executor should not exit immediately (8484202), closes #96

1.3.1 (2021-08-24)

Bug Fixes

  • use test project name in msbuild task (cc29ea9)

1.3.0 (2021-08-23)

Bug Fixes

  • display project tag instead of [object Object] (2dea7fc)
  • core: use fully qualified project name in msbuild task (2c54310)

Features

  • core: pickup global.json overrides at the project level (49ce6bc), closes #87 #86

1.2.0 (2021-08-20)

Features

  • core: #81 support for nx-enforce-module-boundaries (3fc92fd)
  • core: ability to load module boundaries from nx-dotnet config (2618b5d)

1.1.4 (2021-08-13)

Bug Fixes

  • update missing sections of misc. package.json files (dbcf9bd)

1.1.3 (2021-08-11)

Bug Fixes

  • docs-site: prepush hook for docs changes (cfc92c1)

1.1.2 (2021-08-11)

Bug Fixes

  • docs-site: docs changes should be committed back to repo (10e2936)

1.1.1 (2021-08-11)

Bug Fixes

  • docs-site: docs changes should be committed back into repo (d773152)

1.1.0 (2021-08-10)

Features

  • core: added support for test project name suffix (#78) (9f8f03c), closes #77

1.0.2 (2021-08-04)

Bug Fixes

  • core: test project generator should add project reference correctly (b5bc27d)

1.0.1 (2021-08-04)

Bug Fixes

  • core: dep-graph affected should work (#76) (2e56afc)

1.0.0 (2021-07-30)

Bug Fixes

  • compatibility with nx 12.6+ (d393b3a)

BREAKING CHANGES

  • Minimum Nx version is 12.6, if using the dep-graph plugin.

Co-authored-by: Leon Chi leon.chi@serko.com Co-authored-by: Craigory Coppola craigorycoppola@gmail.com

0.15.0 (2021-07-12)

Features

  • core: Add generator option for standalone projects (#71) (8db11d4)

0.14.0 (2021-07-05)

Features

  • core: add test project generator (#69) (7f7084f)

0.13.0 (2021-06-23)

Features

  • nxdoc: support for docusaurus@2.0.0-beta.1 (3be3d48)

0.12.0 (2021-06-21)

Bug Fixes

  • nx-ghpages: deploy executor should work (7d29f24)

Features

  • nx-ghpages: initial work (621627d)

0.11.0 (2021-05-27)

Bug Fixes

  • core: Remove extra separator from project names (#61) (049367c), closes #60

Features

  • docs-site: support for docsearch (#62) [skip ci] (6d09f31)

0.10.3 (2021-05-24)

Bug Fixes

  • nxdoc: nxdocs fails to run if any file does not have getting started text (f6b800f)
  • nxdoc: template for oneOf includes extra bullet point (ce0687d)

0.10.2 (2021-05-24)

Bug Fixes

  • nxdoc: anyOf is not officially supported by nx, but oneOf is (70f484f)

0.10.1 (2021-05-24)

Bug Fixes

  • docs-site: correct docusaurus config (c479567)

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 oneOf in schema.json files (7ab15c6)
  • nxdoc: include getting started text (db3ec62)
  • nxdoc: mark required properties (8b8b01c)

0.9.2 (2021-05-23)

Bug Fixes

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

0.9.1 (2021-05-23)

Bug Fixes

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

0.9.0 (2021-05-23)

Features

0.8.2 (2021-05-21)

Bug Fixes

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

0.8.1 (2021-05-21)

Bug Fixes

  • nxdoc: invalid generators.json (b3b03be)

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)

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)

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

0.6.2 (2021-05-19)

Bug Fixes

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

0.6.1 (2021-05-19)

Bug Fixes

  • core: add unused options parameter for restore (c8b0334)

0.6.0 (2021-05-19)

Bug Fixes

  • core: add unused options parameter (c434d32)
  • core: pass client through to init schematic (5908947)

Features

  • core: add a generator for dotnet restore (96082a1)
  • core: add restore to prepare script during init (c2b1c23), closes #44
  • core: create tool manifest during init (996aaee), closes #44
  • dotnet: add a method to install local tools (6ab5d4a), closes #44

0.5.2 (2021-05-18)

Bug Fixes

  • core: dep-graph with various directory separators (3beccb4), closes #43

0.5.1 (2021-05-06)

Bug Fixes

  • core: #38 - Misc fixes for .gitignore updates (#40) (5f2d5c9)
  • core: sync command should list package names (#41) (8bdc66a), closes #39

0.5.0 (2021-05-06)

Features

0.4.2 (2021-05-05)

Bug Fixes

  • core: #34 remove spec files from built plugin (f075046)
  • core: #35 dry run is not passed to dotnet new (8e0b398)

0.4.1 (2021-05-03)

Bug Fixes

  • core: test projects not generating (28d3d1e)

0.4.0 (2021-05-01)

Bug Fixes

  • repo: update .releaserc to commit package.json version back (36d2f30)

Features

  • core: schematic for adding npm package #5 (4f37be7), closes #6
  • core: support for single version principle #6 (#32) (8e60a13)

0.3.0 (2021-04-28)

Bug Fixes

  • core: #20 test template arg cannot be passed from command line (e9e47e0)
  • repo: semantic-release not updating package.json (9273001)

Features

0.2.1 (2021-04-27)

Bug Fixes

  • core: include serve target only for applications (#30) (d3a54ce), closes #28
  • core: output paths still use windows separator on linux / mac (ed1c53a)
  • core: use full project path in output directory (7748f9c), closes #27

Features

  • repo: enable semantic-release (298c5af)

0.3.0-dev.2 (2021-04-27)

Bug Fixes

  • core: include serve target only for applications (#30) (9e4438e), closes #28

0.3.0-dev.1 (2021-04-27)

Bug Fixes

  • core: misc (7661829)
  • core: output paths still use windows separator on linux / mac (b729fed)
  • core: packages not published by last CI run (d07b9f3)
  • core: use full project path in output directory (d9e5988), closes #27
  • repo: deployment errors (0d92c44)

Features

  • ci: fix publish script (4c6e91a)
  • core: fix CD (9d5b787)
  • core: fix deployments (561f462)
  • core: semantic-release (799dc55)
  • core: tag nx-dotnet projects (6442d94)
  • core: test sr deployment (fbc5bbf)
  • repo: enable semantic-release (12c223b)
  • repo: semantic-release (895eb22)
  • repo: update gh actions for semantic release (ed933e9)
  • utils: update jsdocs (83bec44)

0.2.0 (2021-04-27)

Features

  • core: test sr deployment (fbc5bbf)

0.2.0-dev.2 (2021-04-26)

Bug Fixes

  • core: output paths still use windows separator on linux / mac (b729fed)
  • core: packages not published by last CI run (d07b9f3)

Features

  • ci: fix publish script (4c6e91a)
  • core: tag nx-dotnet projects (6442d94)

0.2.0-dev.1 (2021-04-26)

Features

  • core: Set output path in generated project files (96b48f8)
  • repo: enable semantic-release (12c223b)
  • repo: Update build script to utilize Nx's capabilities regarding package.json patching. (ee80435)
  • repo: update gh actions for semantic release (ed933e9)