joukevandermaas / saule

JSON API library for ASP.Net Web API 2.
https://joukevandermaas.github.io/saule
MIT License
76 stars 37 forks source link

Relationships are still kebap case even after supplying CamelCasePropertyNameConverter #196

Closed PhyberApex closed 6 years ago

PhyberApex commented 6 years ago

Imho the relationship names should also be camel case after applying the property name converter!

~Cheers

joukevandermaas commented 6 years ago

You're right, this seems like a bug.

PhyberApex commented 6 years ago

Is there any indication on how long a fix of this will take? We are currently thinking about using this in our library in our product or not.

~Cheers

joukevandermaas commented 6 years ago

@PhyberApex I have fixed this issue. I will publish a pre-release with the fix very soon, and a patch release for 1.7 later today.

PhyberApex commented 6 years ago

wow...thank you very much for this! Awesome!

~Cheers