Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Change string.autoCast behaviour on anything other than booleans and numbers #104

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

pavadeli
Copy link
Member

See rationale in #47.

BREAKING CHANGE: string.autoCast no longer supports null, undefined, symbols, objects and functions and anything other than strings, numbers and booleans really.

…ans and numbers

See rationale in #47.

BREAKING CHANGE: `string.autoCast` no longer supports `null`, `undefined`, symbols, objects and functions and anything other than strings, numbers and booleans really.
@pavadeli pavadeli enabled auto-merge (squash) October 21, 2024 19:14
@pavadeli pavadeli merged commit c34d14d into next Oct 23, 2024
4 checks passed
@pavadeli pavadeli deleted the #47 branch October 23, 2024 11:38
@njirem njirem removed their assignment Oct 23, 2024
pavadeli added a commit that referenced this pull request Feb 18, 2025
…ans and numbers (#104)

See rationale in #47.

BREAKING CHANGE: `string.autoCast` no longer supports `null`, `undefined`, symbols, objects and functions and anything other than strings, numbers and booleans really.
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.

Change string.autoCast behaviour on anything other than boolean and number
2 participants