huandu/xstrings (github.com/huandu/xstrings)
### [`v1.5.0`](https://togithub.com/huandu/xstrings/releases/tag/v1.5.0): API Change: New API `ToPascalCase` and make `ToCamelCase` camelCase
[Compare Source](https://togithub.com/huandu/xstrings/compare/v1.4.0...v1.5.0)
Per discuss in [#56](https://togithub.com/huandu/xstrings/issues/56), I decide to change the result of `ToCamelCase` to make it align with common sense. In the past, `ToCamelCase` converts `camel_case_string` to `CamelCaseString`, in which the first letter is upper case; Starting from this release, `ToCamelCase` returns `camelCaseString` instead. If we want to convert string to "upper" camel case, we can use new API `ToPascalCase`.
If you have any concern, please feel free to send issue to me. Thanks.
**Full Changelog**: https://github.com/huandu/xstrings/compare/v1.4.0...v1.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v1.4.0
->v1.5.0
Release Notes
huandu/xstrings (github.com/huandu/xstrings)
### [`v1.5.0`](https://togithub.com/huandu/xstrings/releases/tag/v1.5.0): API Change: New API `ToPascalCase` and make `ToCamelCase` camelCase [Compare Source](https://togithub.com/huandu/xstrings/compare/v1.4.0...v1.5.0) Per discuss in [#56](https://togithub.com/huandu/xstrings/issues/56), I decide to change the result of `ToCamelCase` to make it align with common sense. In the past, `ToCamelCase` converts `camel_case_string` to `CamelCaseString`, in which the first letter is upper case; Starting from this release, `ToCamelCase` returns `camelCaseString` instead. If we want to convert string to "upper" camel case, we can use new API `ToPascalCase`. If you have any concern, please feel free to send issue to me. Thanks. **Full Changelog**: https://github.com/huandu/xstrings/compare/v1.4.0...v1.5.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.