Skip to content

Releases: SchwarzIT/crystal-map

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

3.8.2 Allow enum-values in queries

10 Dec 08:41
13dad21
Compare
Choose a tag to compare

Apply type-conversions to query-parameters to allow queries on types which require a type-conversion (like enums)

Allow query limiting

19 Nov 10:25
d2bf279
Compare
Choose a tag to compare

Allow specifying an optional limit for queries.

3.8.0

27 Sep 09:42
640c882
Compare
Choose a tag to compare

buildExpectedDocId now also generated for readonly entities

calling save now also invokes buildExpectedDocId when document not persisted

Handle lists of Enums in EnumConversion

15 Sep 08:04
79515d6
Compare
Choose a tag to compare
3.7.8

Merge pull request #47 from SchwarzIT/feature/Handle_lists_of_Enums_i…

3.7.7

15 Jun 12:48
32c890e
Compare
Choose a tag to compare

added db name property to generated entities

based annotation are now also resolved for base models

fixed wrong type resolved issue for mapper

Introduce lookup for multiple ids

21 May 12:21
e98a2c5
Compare
Choose a tag to compare
Merge pull request #43 from SchwarzIT/feature/multiple-ids-lookup

# introduce lookup for multiple ids

3.7.5

13 Apr 13:16
7a50b82
Compare
Choose a tag to compare

added new interface to access ids of entities

3.7.4

12 Apr 06:47
21c9ad8
Compare
Choose a tag to compare

improved error handling for mapper generation