Closed zi closed 3 years ago
Hi @zi, do we any test covering the specific change introduced by this PR or since we're just bringing back a default behaviour there's no need of it?
PS.
Unfortunately I was quite disoriented by fp-ts
methods, I have no clue what they do and the docs were not reassuring :)
do we any test covering the specific change introduced by this PR or since we're just bringing back a default behaviour there's no need of it?
hi @toomuchdesign, yes, that's exactly the case. It's the default behaviour so it's covered by the current tests, i've updated them. I removed a test that covered a special case in which we were using this behaviour
Previuosly, when a property name contained the character "-" it converted the name to camel case. Now all the property name are strings and remain unchanged