nx-micronaut/v3.0.0
·
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 oflink
generator (e0f551b)
Features
- common: add
addMavenProperty
helper and improvexpath
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.