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
Patch release: v1.2.7
New things:
- The JDL now supports numerical constants (for validations)!
- This project now respects what eslint says,
- The function
::dateFormatForLiquibase
is now visible (and has been fixed).
Patch release with new reserved keywords
New reserved keywords for JHipster, so it is not possible anymore to create entities with names like "Settings" or "Health", which are used by the JHipster account management or administration screens.
Patch release: v1.2.5
Patch release: v1.2.4
Thanks to @kaidohallik, comments in fields with and without validations are now properly handled.
Patch release: v1.2.3
New:
- The grammar has been cleaned-up (#96), some rules have been removed
- The JSON parser has been cleaned-up too.
- Added more tests (for the JDL)
Bug fixes:
- #95, now correctly ignores everything starting with
//
(not in the grammar, but after PegJS does its job), - #97, consecutive comments for fields are now correctly parsed
Huge thanks to @kaidohallik for his contribution on this release (and the previous ones)!
Patch release: v1.2.2
New:
- Following comments are now possible,
- Support of MSSQL database type (thanks to @ruddell)
Fixed:
- The
peg-parse
command now works as intended, - Multi-line comments are fixed (thanks to @kaidohallik)
Patch release: v1.2.1
Bug fixes:
- Fixed multi-line comments in
#toString()
(thanks @cbornet), - Fixed parsing of relationships to User in the JSON parser (again)
New things:
v1.2.0 is released!
New feature: converting JSON files to JDL is now possible (thanks to @cbornet and @deepu105 for their work!).
Bug fixes:
TextBlob
now exists (#63, thanks to @ruddell),- Types are checked against a MariaDB db (#66, thanks to @ruddell for telling us, and @deepu105 for fixing it),
- Comments with relationships don't break the grammar (#59, thanks to @ruddell for noticing it).
What's next? Grammar improvements and application generation should be the two next big things for this project!
v1.1.8 is released!
TextBlobs are now supported, the mariadb db type is supported too.
Dependencies are also updated.
Fluent methods are now supported
v1.1.7 1.1.7