Skip to content

Releases: tinesoft/nxrocks

nx-flutter/v4.0.2

25 Aug 22:48
Compare
Choose a tag to compare

@nxrocks/nx-flutter-v4.0.2 (2022-08-25)

Bug Fixes

  • fix executor output not restored when found in Nx cache (fbb385a), closes #111

common/v1.2.2

25 Aug 22:48
Compare
Choose a tag to compare

@nxrocks/common-v1.2.2 (2022-08-25)

Bug Fixes

  • fix executor output not restored when found in Nx cache (fbb385a), closes #111

nx-spring-boot/v5.0.1

22 Aug 21:34
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v5.0.1 (2022-08-22)

Bug Fixes

  • fix installation issue due to hpagent not being found (3620d23), closes #128

nx-quarkus/v3.0.1

22 Aug 21:34
Compare
Choose a tag to compare

@nxrocks/nx-quarkus-v3.0.1 (2022-08-22)

Bug Fixes

  • fix installation issue due to hpagent not being found (3620d23), closes #128

nx-micronaut/v1.0.1

22 Aug 21:33
Compare
Choose a tag to compare

@nxrocks/nx-micronaut-v1.0.1 (2022-08-22)

Bug Fixes

  • fix installation issue due to hpagent not being found (3620d23), closes #128

nx-flutter/v4.0.1

22 Aug 21:32
Compare
Choose a tag to compare

@nxrocks/nx-flutter-v4.0.1 (2022-08-22)

Bug Fixes

  • fix installation issue due to hpagent not being found (3620d23), closes #128

common/v1.2.1

22 Aug 21:32
Compare
Choose a tag to compare

@nxrocks/common-v1.2.1 (2022-08-22)

Bug Fixes

  • fix installation issue due to hpagent not being found (3620d23), closes #128

nx-spring-boot/v5.0.0

21 Aug 18:25
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v5.0.0 (2022-08-21)

Bug Fixes

  • nx-spring-boot: fix serve and apply-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 as peerDependencies (d03b709), closes #106

Features

  • nx-spring-boot: add proxy support for project generation (bd3ac7e), closes #125
  • nx-spring-boot: add install executor + make build 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 into check-format
  • nx-spring-boot: All executors of this plugin now use kebab-case over camelCase 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

21 Aug 18:23
Compare
Choose a tag to compare

@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.

nx-micronaut/v1.0.0

21 Aug 18:20
Compare
Choose a tag to compare

@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 and apply-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 as peerDependencies (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 into check-format and do-fomat was removed
  • nx-micronaut: All executors of this plugin now use kebab-case over camelCase 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