You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have seen a compatibility break from versions 0.5.0+ in Recase.to_snake/1. This happens when there are multiple uppercase letters followed by lowercase ones as you can see in the example with "CurrencyISOCode":
We have seen a compatibility break from versions 0.5.0+ in
Recase.to_snake/1
. This happens when there are multiple uppercase letters followed by lowercase ones as you can see in the example with"CurrencyISOCode"
:Versions 0.5+
Previos versions <= 0.4
Is that intended? For the moment we are pinning the dependency to
v0.4.0
The text was updated successfully, but these errors were encountered: