This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Releases: jhipster/jhipster-core
Releases · jhipster/jhipster-core
v4.1.1
Minor release: v4.1.0
The Linter is in!
v4.0.0
4.0.0
v3.6.14
Patch release: v3.6.12
What's new
- Made selecting DTOs without services not throw an error (thanks @ruddell)
- Supported relations when an application uses Couchbase as DB (thanks @tchlyah)
- Sonar reports are configured (thanks @jdubois)
Bug fixes
- An application's baseName can now have an underscore in the JDL (thanks @Shaolans)
As a side note, the linter has been added, but will only be available in v3.7.0.
Patch release: v3.6.11
Bug fixes
- Fixed invalid
otherEntityRelationshipName
generated for the destination entity of a relationship (thanks @pvliss)
Patch release: v3.6.2
Bug fixes related to the new deployment JDL
Patch release: v3.6.1
What's new
- More DB validations are included (combinations, forbidden values)
- Specifying a blueprint is now possible
Bug fixes
- Issue #8760 from the generator should be fixed, thanks to @pascalgrimaud
Minor version: v3.6.0!
What's new
- The brand new
deployment
syntax has been added to the JDL by @deepu105!
More info on that very soon
Minor release: v3.5.0
What's new
- Application options are now validated
- Options
dtoSuffix
&entitySuffix
have been added (thanks to @mselerin!) - Just using
angular
as clientFramework fallbacks to usingangularX
(thanks to @jdubois for reporting it!)
Bug fixes
- JDL exporting now doesn't fail when there is no relationship (thanks to @pascalgrimaud!)
skipUserManagement
isn't forced in UAA & gateway apps anymore (thanks to @jsm174!)- Package names can now have underscores (thanks to @jsm174!)
- Importing a JDL file where entities are generated in different apps will cause the process to fail.