Skip to content

Releases: ZachJW34/nx-plus

v0.2.0

13 Jul 01:15
Compare
Choose a tag to compare

New Features

  • change dev experience to favor Vue CLI as opposed to Nx (e7b5586)

Bug Fixes

  • resolve dependency issues (b66ffe1)

v0.1.0

13 Jul 01:12
Compare
Choose a tag to compare

New Features

  • add Vue plugin (fe3efb5)
  • add cypress e2e support for vue (71da2e3)
  • add routing option to Vue app schematic (be8c796)
  • add css-preprocessor options to app schematic (1effa14)
  • add Vuex schematic (bcf6ff8)
  • add file replacement support for vue (5cc351a)
  • add output hashing option (94b9580)
  • add extract CSS option (91ec475)

Bug Fixes

  • conditionally install unit testing deps (7a34196)
  • handle required options with JSON schemas and disallow unknown options (cb1a0fa)
  • add copy assets to serve builder (aa09b04)
  • add patch for dep-graph and add library path support (28b3ae5)
  • modify build and serve console output (09f90c7c)

Misc.

  • add package metadata (04893b0)
  • move image generated by app schematic (40a7fec)
  • align builder options with Nx and remove unsupported options (9517cbb)
  • rename @nx-plus/vue-plugin to @nx-plus/vue (c1dbb6d)
  • add docs (8583e5c)

v0.0.4

13 May 23:15
Compare
Choose a tag to compare

Bug Fixes

Misc.

  • add formatting to Docusaurus app schematic (c3fac50)
  • add check for required outputPath option (054b4e9)
  • change git ignored files and only add missing git ignored files (d047076)