Skip to content

nx-spring-boot/v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 15:04
· 918 commits to develop since this release

1.0.0 (2020-10-25)

Bug Fixes

  • nx-spring-boot: fix wrong 'cwd' used to execute builders commands (b39e7e7)
  • nx-spring-boot: make builders executable platform independant (b27bc4c)

Build System

  • add github actions to run unit/e2e tests (91335e2)
  • make develop the target branch to trigger tests with github actions (7926a6d)

Chores

  • add semantic-release config (2893599)
  • add github files for contributing, submitting issues or PRs (4d53d28)
  • fix npm release error due to 1st publication of scoped package (227ecf7)
  • nx-spring-boot: add keywords section in package.json (a17c107)
  • initial commit (197eb35)
  • replace npm by Yarn ( npm not yet fully supported by Nx for tests) (6a45f87)
  • replace yarn by npm (53f95bc)
  • setup nx-cloud to speed up builds (1c83685)

Documentation

  • nx-spring-boot: update plugin README.md (80fd624)
  • nx-spring-boot: update readme (92a6bee)
  • update project 's readme (34865f6)

Features

  • nx-spring-boot: add application schematics (f22e63f)
  • nx-spring-boot: add builders for run, buildJar/War, buildImage and buildInfo commands (5c75781)
  • nx-spring-boot: add support for additional params for buildJar and buildWar builders (b85ad9c)
  • nx-spring-boot: add support for additional params for run and buildImage builders (1d9fbb3)