Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sprigin camelcase needs to be the same (bugged) return (#55)
## Description In sprig, `camelcase` return a pascalcase. In Sprout we have both functions but as `sprigin` must be a no-breaking replacement, `camelcase` needs to still be "bugged" 😢 ## Changes - Use alias to provide backward compatibility ## Checklist - [x] I have read the **CONTRIBUTING.md** document. - [x] My code follows the code style of this project. - [x] I have added tests to cover my changes. - [x] All new and existing tests passed. - [x] I have updated the documentation accordingly. - [ ] This change requires a change to the documentation on the website.
- Loading branch information