Skip to content

Add fix camelCase to preserve case after numbers#14

Merged
stoewer merged 3 commits intomasterfrom
fix-camel-bug
Jun 19, 2025
Merged

Add fix camelCase to preserve case after numbers#14
stoewer merged 3 commits intomasterfrom
fix-camel-bug

Conversation

@stoewer
Copy link
Copy Markdown
Owner

@stoewer stoewer commented Jun 18, 2025

Fixes #13

@ccoVeille
Copy link
Copy Markdown

It's time to migrate golangci-lint to v2

https://github.com/stoewer/go-strcase/actions/runs/15725910085/job/44315637359#step:4:1

1.52 is very old

@ccoVeille
Copy link
Copy Markdown

Also Go 1.11 is old, but why not.

I'm surprised you get an issue about min max 🤔

I don't see any in your code

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (579df9a) to head (65c18d8).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           93        98    +5     
=========================================
+ Hits            93        98    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stoewer stoewer merged commit 9921837 into master Jun 19, 2025
3 checks passed
@stoewer stoewer deleted the fix-camel-bug branch June 19, 2025 00:40
@ptxmac
Copy link
Copy Markdown

ptxmac commented Sep 2, 2025

Should a breaking change really be released as a patch release?
We hit a problem where suddenly V1Beta1 became V1beta1... luckily we had a random test that fails, otherwise this would have broken our public api 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The result of executing the CamelCase method on a string that still contains numbers is incorrect

3 participants