Skip to content

Releases: emulgeator/array_to_class_mapper

Fixing float casting

12 Apr 09:54
74392fa
Compare
Choose a tag to compare
Merge pull request #12 from emulgeator/float-cast-fix

Fixing float casting

Casting empty string to null in case of nullable int or float

09 Apr 11:29
b859347
Compare
Choose a tag to compare
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

26 Mar 07:36
e46a2f7
Compare
Choose a tag to compare
Merge pull request #10 from emulgeator/boolean-map

Mapping different boolean representations

Handling special characters in input keys

06 Mar 17:12
6ad371a
Compare
Choose a tag to compare

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

16 Oct 20:27
4f5b0fa
Compare
Choose a tag to compare
Merge pull request #8 from emulgeator/nullable-array

Allowing nullable arrays

0.1.3: Merge pull request #7 from emulgeator/array-docblock-fix

28 Nov 20:58
3cae661
Compare
Choose a tag to compare

Fixing case when property not typed and documented as an array of custom values

07 Jun 20:09
6419bbc
Compare
Choose a tag to compare

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

07 Jun 19:26
f831a85
Compare
Choose a tag to compare

Handling case when a class typed property receives a null value

First ready to test version released

02 Jun 12:46
7004101
Compare
Choose a tag to compare
Merge pull request #2 from emulgeator/array_of_custom_map

Added readme and handling of array of custom mapped types