Skip to content

Releases: tinesoft/nxrocks

nx-flutter/v4.0.0

21 Aug 18:19
Compare
Choose a tag to compare

@nxrocks/nx-flutter-v4.0.0 (2022-08-21)

Bug Fixes

  • nx-flutter: fix non-interactive generation of flutter projects (6c4a5aa)
  • set @nrwl/* packages as peerDependencies (d03b709), closes #106

Features

  • nx-flutter: add doctor executor to run flutter doctor checks (9d35de1)
  • nx-flutter: make all build executors results cacheable (a08dbb8)
  • nx-flutter: rename executors to use kebab-case (319558f)
  • nx-micronaut: add nx-micronaut plugin (08d6099)

BREAKING CHANGES

  • nx-flutter: interactive option has been renamed into skipAdditionalPrompts

interactive is a reserved option for nx generate command, that gets deleted once Nx has interpreted it, so we need our own. Must still be combined with --no-interactive (from Nx), for fully non-interactivity

  • nx-flutter: All executors of this plugin now use kebab-case over camelCase for consistency

This only affects buildAar, buildApk, buildAppbundle, buildBundle, buildIos, buildIosFramework, buildIpa, and genL10n executors, which have been renamed into build-aar, build-apk, build-appbundle, build-bundle, build-ios, build-ios-framework, build-ipa, and gen-l10n respectively.

common/v1.2.0

21 Aug 18:18
Compare
Choose a tag to compare

@nxrocks/common-v1.2.0 (2022-08-21)

Bug Fixes

  • common: ignore output when fetching package latest version from npm (f426575)
  • common: improve the checking/adding of a maven plugin in pom.xml (b8f59cf)
  • set @nrwl/* packages as peerDependencies (d03b709), closes #106

Features

  • common: add a utility to disable a gradle plugin (171ad81)
  • common: add a utility to remove a maven plugin from the pom.xml (8c13087)
  • common: add helper to get project root directory (adbc8a9)
  • common: add support for nx-micronaut plugin (b72cdaf)
  • common: add utility method to get http[s] proxy agent (da61925)
  • common: add utility to check the presence of a plugin in pom.xml (bfec05f)
  • common: add xml utilities to remove or check if a node is empty (d07b827)
  • common: allow using legacy wrappers (i.e .bat, for maven mostly) (7a13720)
  • common: make the version optional when adding a gradle plugin (bd3a182)
  • common: move octal function into e2e testing utils (b15a616)
  • common: update Spotless gradle plugin from 6.2.2 --> 6.8.0 (8c76d3b)
  • common: update Spotless maven plugin from 2.20.2 --> 2.23.0 (ab182ef)

nx-spring-boot/v4.1.0

21 Jun 10:57
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v4.1.0 (2022-06-21)

Bug Fixes

  • nx-spring-boot: fix Premature close error when generating project (f6b433d), closes #97
  • nx-spring-boot: fix generation error when setting javaVersion (364b228), closes #98

Features

  • nx-spring-boot: add link generator to link projects implicitly (1142d04)
  • nx-spring-boot: add support for Java 18 (6dd94e1)

nx-quarkus/v2.2.0

21 Jun 10:56
Compare
Choose a tag to compare

@nxrocks/nx-quarkus-v2.2.0 (2022-06-21)

Bug Fixes

  • nx-quarkus: fix Premature close error when generating project (6ebcd85), closes #97

Features

  • nx-quarkus: add link generator to link projects implicitly (2655b4f)

common/v1.1.0

21 Jun 10:55
Compare
Choose a tag to compare

@nxrocks/common-v1.1.0 (2022-06-21)

Features

  • common: add utility to unzip a zip stream (a472c00)

nx-spring-boot/v4.0.2

16 Feb 20:30
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v4.0.2 (2022-02-16)

Bug Fixes

  • wrong @nxrocks/common version referenced in dependent packages (1b4b0e6)

nx-quarkus/v2.1.2

16 Feb 20:31
Compare
Choose a tag to compare

@nxrocks/nx-quarkus-v2.1.2 (2022-02-16)

Bug Fixes

  • wrong @nxrocks/common version referenced in dependent packages (1b4b0e6)

nx-flutter/v3.0.2

16 Feb 20:30
Compare
Choose a tag to compare

@nxrocks/nx-flutter-v3.0.2 (2022-02-16)

Bug Fixes

  • wrong @nxrocks/common version referenced in dependent packages (1b4b0e6)

common/v1.0.2

16 Feb 20:29
Compare
Choose a tag to compare

@nxrocks/common-v1.0.2 (2022-02-16)

Bug Fixes

  • wrong @nxrocks/common version referenced in dependent packages (1b4b0e6)

nx-spring-boot/v4.0.1

15 Feb 23:43
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v4.0.1 (2022-02-15)

Bug Fixes

  • include updated package.json in git when semantic releasing (cb87139)