Releases: emulgeator/array_to_class_mapper
Releases · emulgeator/array_to_class_mapper
Fixing float casting
Merge pull request #12 from emulgeator/float-cast-fix Fixing float casting
Casting empty string to null in case of nullable int or float
Merge pull request #11 from emulgeator/empty-string-cast Casting empty string to null in case of nullable `int` or `float`
Mapping different boolean representations
Merge pull request #10 from emulgeator/boolean-map Mapping different boolean representations
Handling special characters in input keys
When a key in the input array has a special character, the library will try to find the property by removing the special characters
0.1.4
Merge pull request #8 from emulgeator/nullable-array Allowing nullable arrays
0.1.3: Merge pull request #7 from emulgeator/array-docblock-fix
Fixed array docblock handling
Fixing case when property not typed and documented as an array of custom values
Fixing case when property not typed and documented as an array of custom values
Handling case when a class typed property receives a null value
Handling case when a class typed property receives a null value
First ready to test version released
Merge pull request #2 from emulgeator/array_of_custom_map Added readme and handling of array of custom mapped types