Skip to content

Releases: evermeer/EVReflection

memory leak solved

19 May 20:48
Compare
Choose a tag to compare
2.33.0

memory leak solved

property mapping will now consider conversion options

17 May 18:58
Compare
Choose a tag to compare
2.32.1

property mapping will now consider conversion options

Class level deserialisation validation

16 May 12:26
Compare
Choose a tag to compare
2.32.0

Class level deserialisation validation

Automatic circular reference detection

15 May 13:30
Compare
Choose a tag to compare

In case of a circular reference you will see json like:

json = {
"normalProperty" : "",
"startCircle" : {
"anotherNormalProperty" : "",
"createCircle" : {
"EVReflection_parent" : "1"
}
}

The EVReflection_parent key will indicate a circular reference where the 1 indicates that it's the direct parent. If it was the parent of the parent, then you will get a 2... etc...

(de)serialize mixup

12 May 12:59
Compare
Choose a tag to compare
2.30.1

(de)serialize mixum

no keycleanup for default serialize

09 May 19:36
Compare
Choose a tag to compare
2.30.0

no default keyCleanup for a serialize

added caching to the toDictionary function

05 May 19:52
Compare
Choose a tag to compare
2.29.0

Added caching of the toDictionary function

performance improvement

01 May 20:39
Compare
Choose a tag to compare
2.28.0

Merge branch 'pr/79'

implementation of converer options on all functions

29 Apr 18:22
Compare
Choose a tag to compare

Option to skip certain values

27 Apr 13:53
Compare
Choose a tag to compare
2.26.0

Option to skip certain values