Releases: ZenWave360/jdl-jvm
Releases · ZenWave360/jdl-jvm
v0.5.5
v0.5.4
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
v0.4.0
v0.0.3
Extensions In JDL Language
- Field Types: in addition to enums and basic types it allows other entities (and arrays of) as field type, this is useful for embedded fields which are not relations.
- Service: in addition to
serviceClass
andserviceImpl
it allows configuring free text value asserviceName
to allow grouping multiple entities in a given service. Then it's up to each generator to generate an interface or just an implementation class.
Extensions In Parsed Result Object
- Adds annotation options to the entity object
- Adds
isEnum
,isEntity
andisArray
to entity fields