Skip to content

Releases: tinesoft/nxrocks

nx-flutter/v1.2.1

13 Jan 06:10
Compare
Choose a tag to compare

1.2.1 (2021-01-13)

Bug Fixes

  • nx-flutter: correct generation error on multi word description (1ed2d97), closes #23

nx-flutter/v1.2.0

12 Jan 07:38
Compare
Choose a tag to compare

1.2.0 (2021-01-12)

Bug Fixes

  • nx-flutter: correct generation error due to platforms option (fc56c5e), closes #22

Features

  • nx-flutter: add special instructions to generate the app (d5f768a)

nx-flutter/v1.1.1

02 Apr 11:04
Compare
Choose a tag to compare

1.1.1 (2021-01-11)

Bug Fixes

  • nx-flutter: correct generation error due to platforms option (1b22dc6), closes #22

nx-flutter/v1.1.0

10 Jan 08:52
Compare
Choose a tag to compare

1.1.0 (2021-01-10)

Features

  • nx-flutter: improve typings for template and platforms options (b614dc4)

nx-flutter/v1.0.0

06 Jan 21:17
Compare
Choose a tag to compare

1.0.0 (2021-01-06)

Bug Fixes

  • nx-flutter: add missing config for semantic-releasing (06fd1bd)

Features

  • nx-flutter: add nx-flutter plugin (e7426e9)

nx-spring-boot/v1.2.1

03 Jan 22:08
Compare
Choose a tag to compare

1.2.1 (2021-01-03)

Bug Fixes

  • nx-spring-boot: some user options were not used during generation (6813e7d), closes #17

nx-spring-boot/v1.2.0

22 Dec 20:37
Compare
Choose a tag to compare

1.2.0 (2020-12-22)

Bug Fixes

  • nx-spring-boot: fix error when generating a gradle/kotlin project (abfbd04), closes #15

Features

  • nx-spring-boot: add User-Agent header to requests to Initializr (4c7f345), closes #11

nx-spring-boot/v1.1.0

31 Oct 11:27
Compare
Choose a tag to compare

1.1.0 (2020-10-31)

Bug Fixes

  • nx-spring-boot: fix prompts not working generating the application (b96e1ce), closes #6

Features

  • nx-spring-boot: add serve builder (alias to run builder) (16dfdb4), closes #8

nx-spring-boot/v1.0.0

25 Oct 15:04
Compare
Choose a tag to compare

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)