Skip to content

nx-micronaut/v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 19:27
· 466 commits to master since this release

3.0.0 (2023-04-10)

Bug Fixes

  • common: connections over Proxy not using correct HTTP protocol (5cd3551), closes #158
  • nx-micronaut: add x-dropdown to improve UX of link generator (e0f551b)

Features

  • common: add addMavenProperty helper and improve xpath matching (9f89c08)
  • common: add MavenDependency model (5ab8c1d)
  • nx-ktor: add nx-ktor plugin (cb74a79)
  • nx-micronaut: add dynamic prompt to fetch micronaut features list (d23d4bc)
  • nx-micronaut: improve logging when cannot generate project (15ace81)

BREAKING CHANGES

  • nx-micronaut: Nx v15.8.x is now the minimum required version to run the plugin

We now leverage Nx's new NX_INTERACTIVE environment variable to check whether we are running in interactive mode (normal cli) or not.
When true, we automatically fetch Micronaut features and present them in an autocomplete prompt with multi-select support,
so you can easily select which ones you want to include in your project.