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

Releases: jhipster/jhipster-core

Patch release: v1.2.7

27 Jan 13:32
Compare
Choose a tag to compare

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

14 Jan 08:36
Compare
Choose a tag to compare

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

04 Jan 18:23
Compare
Choose a tag to compare

Fixed:

  • The DTO option is now correctly parsed;
  • Made class a reserved keyword for typescript and made in unsuitable for class names (#99, thanks to @gmarziou and @deepu105).

Patch release: v1.2.4

21 Dec 18:50
Compare
Choose a tag to compare

Thanks to @kaidohallik, comments in fields with and without validations are now properly handled.

Patch release: v1.2.3

20 Dec 22:22
Compare
Choose a tag to compare

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

06 Dec 20:35
Compare
Choose a tag to compare

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

22 Nov 19:04
Compare
Choose a tag to compare

Bug fixes:

  • Fixed multi-line comments in #toString() (thanks @cbornet),
  • Fixed parsing of relationships to User in the JSON parser (again)

New things:

  • Added support for javadoc in relationships for JSON to JDL conversions (thanks @cbornet),
  • Added an internal ::camelCase method (#84),
  • Added yarn support,
  • Added an AngularJS reserved keywords list (thanks to @jdubois).

v1.2.0 is released!

08 Oct 10:09
Compare
Choose a tag to compare

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!

03 Sep 11:44
Compare
Choose a tag to compare

TextBlobs are now supported, the mariadb db type is supported too.
Dependencies are also updated.

Fluent methods are now supported

13 Aug 14:11
Compare
Choose a tag to compare