Skip to content

Releases: SchwarzIT/crystal-map

3.14.0

02 May 11:33
fbeaf1d
Compare
Choose a tag to compare

If the @reduces annotation is used, the generated interface of the "full" entity will now inherit from all the interfaces of the reduced entities (as these are - by definition - subsets of its properties)

3.13.0

19 Apr 11:41
161a200
Compare
Choose a tag to compare

added reduced models and basedOn models resulting interfaces to generated parent class

3.12.0

28 Feb 10:11
5af1f27
Compare
Choose a tag to compare

fixed some issues with deprecated annotation

base models are now resolved through multiple layers

3.11.0

10 Nov 12:13
022738d
Compare
Choose a tag to compare

added error callback for datatype parsing errors in generated model

renamed project welcome crystal-map

3.10.0

04 Nov 11:33
57da485
Compare
Choose a tag to compare

added error callback to get informed over wrong datatypes

some minor dependency updates

3.9.3

11 Aug 13:03
1de70c3
Compare
Choose a tag to compare

Fixed generation issue when using Deprecated in Combination with Reduced

Minor dependency updates

3.9.2

20 Jul 07:58
Compare
Choose a tag to compare

minor dependency update

3.9.0

14 Apr 06:31
93b30cc
Compare
Choose a tag to compare

added new Reduces/Reduce annotation to generate lightweight models of bigger parent models

3.8.5

14 Feb 12:11
6571ffa
Compare
Choose a tag to compare

Add base model interfaces when generating interfaces, make sure override is properly set in interfaces, remove unnecessary interfaces from entity & wrapper generation

housekeeping

3.8.4

21 Jan 10:03
8f0e0d0
Compare
Choose a tag to compare

Fixed wrong chain order when using Models with BasedOn

Added setAll method to mapSupport base interface