Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Minor release: v3.4.0

Compare
Choose a tag to compare
@MathieuAA MathieuAA released this 07 Oct 09:13
· 695 commits to master since this release

What's new

  • This project now uses NPM and not yarn
  • Added the unique constraint
  • Used terser as minificator & uglifier (previously uglifly-webpack-plugin)

Bug fixes

  • Quotes are now escaped properly in regex validations
  • JWT and rememberMe keys are no longer set in the project (done in the generator)
  • If an app is already generated, it keeps its values and only replaces the changed values
  • 0 doesn't make the JDL constraint fail any longer
  • Various fixes for JDL app generation:
    • Made eureka the default choice for MS & GW apps
    • Made eureka the default choice for uaa apps
    • uaa apps now have false skipUserManagement
  • The project's installation on windows works now