Skip to content

fix: fixes parsing of sort fields#431

Merged
mattpolzin merged 1 commit into
beam-community:mainfrom
mimiquate:fix-sort-underscore
May 22, 2026
Merged

fix: fixes parsing of sort fields#431
mattpolzin merged 1 commit into
beam-community:mainfrom
mimiquate:fix-sort-underscore

Conversation

@grzuy
Copy link
Copy Markdown
Contributor

@grzuy grzuy commented May 22, 2026

Hi 👋

An attempt to partially fix sort issues mentioned in #285 when sort fields are dasherized or camelCased.
Hope is useful to others.

@grzuy grzuy force-pushed the fix-sort-underscore branch from 2c7f649 to 4a21656 Compare May 22, 2026 14:43
@grzuy grzuy marked this pull request as ready for review May 22, 2026 14:44
@grzuy grzuy requested a review from a team as a code owner May 22, 2026 14:44
@grzuy grzuy changed the title fix: fixes parsing of sort fields with underscores fix: fixes parsing of sort fields May 22, 2026
@mattpolzin
Copy link
Copy Markdown
Member

This is a breaking change in some ways, but it does align handling with the more common case (includes and fieldsets are already done this way) and since the next step is atomizing it is probably safe to assume that in nearly every case the desire is not to use strange camel-case atoms. Let's go for it and see if it causes problems for folks since that seems really unlikely.

@mattpolzin mattpolzin merged commit 2f00275 into beam-community:main May 22, 2026
12 of 16 checks passed
@grzuy grzuy deleted the fix-sort-underscore branch May 22, 2026 17:36
@grzuy
Copy link
Copy Markdown
Contributor Author

grzuy commented May 22, 2026

Thank you very much 🙏

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.

2 participants