Skip to content

Releases: tinesoft/nxrocks

nx-spring-boot/v2.1.0

26 Apr 21:55
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v2.1.0 (2021-04-26)

Features

  • nx-spring-boot: add support for Nx's dependency graph generation (95abe9d)

nx-flutter/v2.1.0

26 Apr 21:54
Compare
Choose a tag to compare

@nxrocks/nx-flutter-v2.1.0 (2021-04-26)

Features

  • nx-flutter: add support for Nx 's dependency graph generation (6fb58de), closes #28

nx-spring-boot/v2.0.1

06 Apr 04:58
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v2.0.1 (2021-04-06)

Bug Fixes

  • nx-spring-boot: set correct path for executors (89e16d3)

nx-spring-boot/v2.0.0

02 Apr 14:24
Compare
Choose a tag to compare

@nxrocks/nx-spring-boot-v2.0.0 (2021-04-02)

Bug Fixes

  • nx-spring-boot: correct wrong extension for gradlew on windows (77899ce)
  • nx-spring-boot: remove extra char in dependencies prompt (5bc0290)

Features

  • nx-spring-boot: add java 16 support to align w/ Spring Initializr (89c1d1e)
  • nx-spring-boot: allow generating application or library (530186c)
  • nx-spring-boot: migrate to Nrwl's DevKit executors/generators API (47231fd)
  • nx-spring-boot: rename the application generator into project (05b5272)

BREAKING CHANGES

  • nx-spring-boot: the app alias has been replaced with one of [proj, new, gen, init, create, generate].
  • nx-spring-boot: Nx workspace v11 is now the minimum version required to use this plugin.

In fact, all builders/schematics have been rewritten into executors/generators using its new @nrwl/devkit API.

nx-flutter/v2.0.0

02 Apr 14:24
Compare
Choose a tag to compare

@nxrocks/nx-flutter-v2.0.0 (2021-04-02)

Bug Fixes

  • nx-flutter: fix error when generating module or package (86eb3f8), closes #44

Features

  • nx-flutter: create project in apps or libs based on template (dc20e0b), closes #41
  • nx-flutter: migrate to Nrwl's DevKit executors/generators API (8c72ed5)
  • nx-flutter: rename the application generator into project (6361557)

BREAKING CHANGES

  • nx-flutter: the app alias has been replaced with one of [proj, new, gen, init, generate].
  • nx-flutter: Nx workspace v11 is now the minimum version required to use this plugin.

In fact, all builders/schematics have been rewritten into executors/generators using its new @nrwl/devkit API.

nx-spring-boot/v2.0.0-beta.1

02 Apr 10:25
Compare
Choose a tag to compare
Pre-release

@nxrocks/nx-spring-boot-v2.0.0-beta.1 (2021-04-02)

Bug Fixes

  • nx-spring-boot: correct wrong extension for gradlew on windows (77899ce)
  • nx-spring-boot: remove extra char in dependencies prompt (5bc0290)

Features

  • nx-spring-boot: add java 16 support to align w/ Spring Initializr (89c1d1e)
  • nx-spring-boot: allow generating application or library (530186c)
  • nx-spring-boot: migrate to Nrwl's DevKit executors/generators API (47231fd)
  • nx-spring-boot: rename the application generator into project (05b5272)

BREAKING CHANGES

  • nx-spring-boot: the app alias has been replaced with one of [proj, new, gen, init, create, generate].
  • nx-spring-boot: Nx workspace v11 is now the minimum version required to use this plugin.

In fact, all builders/schematics have been rewritten into executors/generators using its new @nrwl/devkit API.

nx-flutter/v2.0.0-beta.1

02 Apr 10:25
Compare
Choose a tag to compare
Pre-release

@nxrocks/nx-flutter-v2.0.0-beta.1 (2021-04-02)

Bug Fixes

  • nx-flutter: fix error when generating module or package (86eb3f8), closes #44

Features

  • nx-flutter: create project in apps or libs based on template (dc20e0b), closes #41
  • nx-flutter: migrate to Nrwl's DevKit executors/generators API (8c72ed5)
  • nx-flutter: rename the application generator into project (6361557)

BREAKING CHANGES

  • nx-flutter: the app alias has been replaced with one of [proj, new, gen, init, generate].
  • nx-flutter: Nx workspace v11 is now the minimum version required to use this plugin.

In fact, all builders/schematics have been rewritten into executors/generators using its new @nrwl/devkit API.

nx-spring-boot/v1.3.1

08 Feb 07:03
Compare
Choose a tag to compare

1.3.1 (2021-02-08)

Bug Fixes

  • nx-spring-boot: always restore executable permissions on wrappers (b9875d8)
  • nx-spring-boot: correct error when executing builders on Windows (1a744ab), closes #38
  • nx-spring-boot: correct generation issue on Nx workspaces >=v11.2.0 (d3c3816), closes #37

nx-spring-boot/v1.3.0

01 Feb 07:37
Compare
Choose a tag to compare

1.3.0 (2021-02-01)

Features

  • nx-spring-boot: add clean builder (33a1435)
  • nx-spring-boot: add ignoreWrapper option to all builders (e045bca), closes #31
  • nx-spring-boot: add test builder (e257d27), closes #30
  • nx-spring-boot: better determine the underlying build system (0edfe51)

nx-flutter/v1.3.0

01 Feb 07:37
Compare
Choose a tag to compare

1.3.0 (2021-02-01)

Bug Fixes

  • nx-flutter: add missing buildAar builder (44432eb)

Features

  • nx-flutter: add create alias to project generation schematics (0386629), closes #27
  • nx-flutter: auto-adapt prompt & builders based on previous answers (668dd28), closes #26