Releases: tinesoft/nxrocks
Releases · tinesoft/nxrocks
nx-flutter/v4.0.2
@nxrocks/nx-flutter-v4.0.2 (2022-08-25)
Bug Fixes
common/v1.2.2
@nxrocks/common-v1.2.2 (2022-08-25)
Bug Fixes
nx-spring-boot/v5.0.1
@nxrocks/nx-spring-boot-v5.0.1 (2022-08-22)
Bug Fixes
nx-quarkus/v3.0.1
@nxrocks/nx-quarkus-v3.0.1 (2022-08-22)
Bug Fixes
nx-micronaut/v1.0.1
@nxrocks/nx-micronaut-v1.0.1 (2022-08-22)
Bug Fixes
nx-flutter/v4.0.1
@nxrocks/nx-flutter-v4.0.1 (2022-08-22)
Bug Fixes
common/v1.2.1
@nxrocks/common-v1.2.1 (2022-08-22)
Bug Fixes
nx-spring-boot/v5.0.0
@nxrocks/nx-spring-boot-v5.0.0 (2022-08-21)
Bug Fixes
- nx-spring-boot: fix
serve
andapply-format
alias executors (29f5183) - nx-spring-boot: fix creating spring boot libraries with
gradle
(500a7d0) - nx-spring-boot: fix library projects should not be executable (b118a4e), closes #113
- set
@nrwl/*
packages aspeerDependencies
(d03b709), closes #106
Features
- nx-spring-boot: add proxy support for project generation (bd3ac7e), closes #125
- nx-spring-boot: add
install
executor + makebuild
depend on it (68e1a5e), closes #65 #66 #71 - nx-spring-boot: add
skipFormat
to control code formatting (8bff29b) - nx-spring-boot: check if source is a valid boot project on linking (f74e524)
- nx-spring-boot: improve logging when project zip can't be fetched (f1a5229)
- nx-spring-boot: make
build
executor results cacheable (4528715) - nx-spring-boot: rename executors to use
kebab-case
(1e5d9f4), closes #117 - nx-spring-boot: unselect by default adding code formatting support (005ad95)
BREAKING CHANGES
- nx-spring-boot:
format-check
executor was renamed intocheck-format
- nx-spring-boot: All executors of this plugin now use
kebab-case
overcamelCase
for consistency
This only affect buildImage
and buildInfo
executors, which have been renamed into build-image
and build-info
respectively.
nx-quarkus/v3.0.0
@nxrocks/nx-quarkus-v3.0.0 (2022-08-21)
Bug Fixes
- nx-quarkus: fix
serve
andapply-format
alias executors (46b9695) - set
@nrwl/*
packages aspeerDependencies
(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 intocheck-format
anddo-fomat
was removed - nx-quarkus: All executors of this plugin now use
kebab-case
overcamelCase
for consistency
This only affects remoteDev
, addExtension
and listExtensions
executors, which have been renamed into remote-dev
, add-extension
, and list-extensions
respectively.
nx-micronaut/v1.0.0
@nxrocks/nx-micronaut-v1.0.0 (2022-08-21)
Bug Fixes
- wrong
@nxrocks/common
version referenced in dependent packages (1b4b0e6) - correct
TypeError: builder.getProjectGraph is not a function
(3458f66), closes #72 - include updated
package.json
in git when semantic releasing (cb87139) - nx-micronaut: fix
serve
andapply-format
alias executors (30d75d7) - nx-micronaut: fix project's base package/artifact name computation (f2f2983)
- plugins include spec files in distributed pkg (21bac53)
- set
@nrwl/*
packages aspeerDependencies
(d03b709), closes #106
Features
- nx-micronaut: add proxy support for project generation (615c412)
- nx-micronaut: add
nx-micronaut
plugin (08d6099) - nx-micronaut: add
skipFormat
to control code formatting (bbc0df2) - nx-micronaut: add install executor + make build depend on it (10ab5b7)
- nx-micronaut: make
build
executor results cacheable (d116760) - nx-micronaut: rename executors to use
kebab-case
(7bfc305) - nx-micronaut: unselect by default adding code formatting support (cb52710)
BREAKING CHANGES
- nx-micronaut:
format-check
executor was renamed intocheck-format
anddo-fomat
was removed - nx-micronaut: All executors of this plugin now use
kebab-case
overcamelCase
for consistency
This only affects aotSampleConfig
executor, which has been renamed into aot-sample-config
.
- Nx v12.6.x is now the minimum version required to use the plugins
This is due to breaking changes in DevKit's project graph API starting from v12.6.x