Releases: tinesoft/nxrocks
Releases · tinesoft/nxrocks
nx-flutter/v4.0.0
@nxrocks/nx-flutter-v4.0.0 (2022-08-21)
Bug Fixes
- nx-flutter: fix non-interactive generation of flutter projects (6c4a5aa)
- set
@nrwl/*
packages aspeerDependencies
(d03b709), closes #106
Features
- nx-flutter: add
doctor
executor to runflutter 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 intoskipAdditionalPrompts
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
overcamelCase
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
@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 aspeerDependencies
(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
@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-quarkus/v2.2.0
@nxrocks/nx-quarkus-v2.2.0 (2022-06-21)
Bug Fixes
Features
- nx-quarkus: add
link
generator to link projects implicitly (2655b4f)
common/v1.1.0
nx-spring-boot/v4.0.2
@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
@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
@nxrocks/nx-flutter-v3.0.2 (2022-02-16)
Bug Fixes
- wrong
@nxrocks/common
version referenced in dependent packages (1b4b0e6)
common/v1.0.2
@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
@nxrocks/nx-spring-boot-v4.0.1 (2022-02-15)
Bug Fixes
- include updated
package.json
in git when semantic releasing (cb87139)