Skip to content

Releases: hexancore/nx

0.4.0

29 Jun 12:46
0.4.0
52d54b4
Compare
Choose a tag to compare

Changed

  • bump Nx to 19.3.1
  • bump hexancore/common in preset to 0.15.*
  • bump hexancore/core in preset to 0.16.*
  • bump hexancore/auth in preset to 0.5.*
  • bump hexancore/cloud in preset to 0.3.*
  • bump hexancore/typeorm in preset to 0.16.*

Fixed

  • fixed .nx in preset .gitingore

0.3.0

10 Jun 13:42
688501c
Compare
Choose a tag to compare

Added

  • added serve target to backend and frontend application generator.
  • added unplugin-vue-components vite plugin - auto-importing vue components.
  • added automatic frontend application libs resolve(in dev mode library src code is used - hmr works perfect !).
  • added better vite project configuration controlling options.
  • added tsconfig.frontend.base.json used by frontend application and libraries.

Changed

  • reworked preset workspace structure(moved more code to plugin and simplified generated per project).
  • reworked vite build configuration.
  • simplified example generated source code in frontend application and library.

Updated

  • bumps deps(and Nx 19.2.2).

0.2.0

31 May 16:51
70ece50
Compare
Choose a tag to compare

Added

added application generator.
added frontend library generator.
added basic docker-compose yaml with postgres and redis.
added storybook to frontend apps and libs.
added targetDefaults to nx.json

Changed

reworked preset workspace structure

Updated

bumps deps(and Nx 19.1.1).

0.1.1

18 May 21:17
Compare
Choose a tag to compare

Initial