Skip to content

common-cli/v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 07:47
· 329 commits to master since this release

1.0.0 (2023-10-08)

Bug Fixes

  • correct TypeError: builder.getProjectGraph is not a function (3458f66), closes #72
  • plugins include spec files in distributed pkg (21bac53)

Features

  • common-cli: add common-cli to share code among our create-* CLI packages (bcb5fd2)
  • common: add utility method to get http[s] proxy agent (da61925)
  • common: add utility to unzip a zip stream (a472c00)
  • create-nx-spring-boot: add custom CLI to create Spring Boot projects (32ca53c)
  • nx-flutter: add nx-flutter plugin (e7426e9)
  • nx-flutter: add support for Nx 's dependency graph generation (6fb58de), closes #28
  • nx-flutter: auto-adapt prompt & builders based on previous answers (668dd28), closes #26
  • nx-flutter: migrate to Nrwl's DevKit executors/generators API (8c72ed5)
  • nx-ktor: add nx-ktor plugin (cb74a79)
  • nx-melos: add nx-melos plugin (4fb5da8)
  • nx-micronaut: add nx-micronaut plugin (08d6099)
  • nx-quarkus: add plugin to integrate Quarkus inside Nx workspace (2f7c6c0)
  • nx-spring-boot: add application schematics (f22e63f)
  • nx-spring-boot: add support for Nx's dependency graph generation (95abe9d)
  • nx-spring-boot: migrate to Nrwl's DevKit executors/generators API (47231fd)
  • update dependencies and fix lint issues (cfac383)
  • update to Nx workspace v15.0.0 (a0af206), closes #138

BREAKING CHANGES

  • Nx v15.x.x is now the minimum required version to use the plugin
  • 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

  • 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: 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.