Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [@nxrocks/nx-quarkus-v3.0.0](nx-quarkus/v2.2.0...nx-quarkus/v3.0.0) (2022-08-21) ### Bug Fixes * **nx-quarkus:** fix `serve` and `apply-format` alias executors ([46b9695](46b9695)) * set `@nrwl/*` packages as `peerDependencies` ([d03b709](d03b709)), closes [#106](#106) ### Features * **nx-micronaut:** add `skipFormat` to control code formatting ([bbc0df2](bbc0df2)) * **nx-quarkus:** add proxy support for project generation ([eaefe9a](eaefe9a)) * **nx-quarkus:** add `skipFormat` to control code formatting ([197fe5e](197fe5e)) * **nx-quarkus:** add install executor + make build depend on it ([a18a9aa](a18a9aa)), closes [#65](#65) * **nx-quarkus:** check if source is a valid quarkus project on linking ([dc97a41](dc97a41)) * **nx-quarkus:** improve logging when project zip can't be fetched ([cb983f9](cb983f9)) * **nx-quarkus:** make `build` executor results cacheable ([6fb6a36](6fb6a36)) * **nx-quarkus:** rename executors to use `kebab-case` ([a8dd56c](a8dd56c)) * **nx-quarkus:** unselect by default adding code formatting support ([4892ad8](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. *** [skip ci]
- Loading branch information