We are using `.Camelize()` on strings that starts with underscore `_`, example `_Name`. In v2 they was transformed as `_name` and in v3 the are transformed as `name`. Not sure if this is intended or if that is a non-documented breaking change.
We are using
.Camelize()on strings that starts with underscore_, example_Name.In v2 they was transformed as
_nameand in v3 the are transformed asname.Not sure if this is intended or if that is a non-documented breaking change.