github-actions
released this
12 Jun 08:16
·
20 commits
to main
since this release
Minor Changes
- db0dc58: Updated transform decorators to use a common options interface.
Renamed ToLowerCase, ToUpperCase and Trim decorators to ToLowerCaseString, ToUpperCaseString and ToTrimmedString for consistent naming.
Added support for decimalSeparator and thousandSeparator on ToNumber decorator.