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
fix: camelcase and pascalcase transformation logic (#35)
## Description
In sprig, `camelCase` return a `PascalCase` and don't respect the
separation logic between both functions.
## Changes
- Introduce a `toPascalCase` function to transform a string to a
`PascalCase`
- Fix the behivour of `toCamelCase` function to transform a string to a
`camelCase`
## FixesMasterminds/sprig#328
## Checklist
- [ ] I have read the **CONTRIBUTING.md** document.
- [ ] My code follows the code style of this project.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] I have updated the documentation accordingly.
- [ ] This change requires a change to the documentation on the website.
## Additional Information
This edit are related to Masterminds/sprig#328
Backport ticket from @ghostsquad
0 commit comments