Releases: SchwarzIT/crystal-map
Releases · SchwarzIT/crystal-map
3.14.0
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
added reduced models and basedOn models resulting interfaces to generated parent class
3.12.0
fixed some issues with deprecated annotation
base models are now resolved through multiple layers
3.11.0
added error callback for datatype parsing errors in generated model
renamed project welcome crystal-map
3.10.0
added error callback to get informed over wrong datatypes
some minor dependency updates
3.9.3
Fixed generation issue when using Deprecated in Combination with Reduced
Minor dependency updates
3.9.0
added new Reduces/Reduce annotation to generate lightweight models of bigger parent models
3.8.5
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
Fixed wrong chain order when using Models with BasedOn
Added setAll method to mapSupport base interface