Skip to content

feat(converter): add 5 new conversion functions#29

Merged
mic1on merged 1 commit into
mainfrom
feature/converter-extensions
Mar 14, 2026
Merged

feat(converter): add 5 new conversion functions#29
mic1on merged 1 commit into
mainfrom
feature/converter-extensions

Conversation

@mic1on
Copy link
Copy Markdown
Member

@mic1on mic1on commented Mar 14, 2026

  • to_int: safely convert to integer
  • to_float: safely convert to float
  • to_json: convert object to JSON string
  • from_json: parse JSON string to object
  • to_uuid: generate UUID (v1, v3, v4, v5)

With comprehensive unit tests (26 test cases)

- to_int: safely convert to integer
- to_float: safely convert to float
- to_json: convert object to JSON string
- from_json: parse JSON string to object
- to_uuid: generate UUID (v1, v3, v4, v5)

With comprehensive unit tests (26 test cases)
@mic1on mic1on merged commit 6b032e1 into main Mar 14, 2026
0 of 6 checks passed
@mic1on mic1on deleted the feature/converter-extensions branch March 14, 2026 13:19
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.

1 participant