Skip to content

nx-quarkus/v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 18:23
· 606 commits to master since this release

@nxrocks/nx-quarkus-v3.0.0 (2022-08-21)

Bug Fixes

  • nx-quarkus: fix serve and apply-format alias executors (46b9695)
  • set @nrwl/* packages as peerDependencies (d03b709), closes #106

Features

  • nx-micronaut: add skipFormat to control code formatting (bbc0df2)
  • nx-quarkus: add proxy support for project generation (eaefe9a)
  • nx-quarkus: add skipFormat to control code formatting (197fe5e)
  • nx-quarkus: add install executor + make build depend on it (a18a9aa), closes #65
  • nx-quarkus: check if source is a valid quarkus project on linking (dc97a41)
  • nx-quarkus: improve logging when project zip can't be fetched (cb983f9)
  • nx-quarkus: make build executor results cacheable (6fb6a36)
  • nx-quarkus: rename executors to use kebab-case (a8dd56c)
  • nx-quarkus: unselect by default adding code formatting support (4892ad8)

BREAKING CHANGES

  • nx-quarkus: format-check executor was renamed into check-format and do-fomat was removed
  • nx-quarkus: All executors of this plugin now use kebab-case over camelCase for consistency

This only affects remoteDev, addExtension and listExtensions executors, which have been renamed into remote-dev, add-extension, and list-extensions respectively.