Releases: SchwarzIT/crystal-map
Releases · SchwarzIT/crystal-map
3.15.0
reduced generated code size -> Smaller Size of generated Wrappers/Entities
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