Skip to content

@acquirejs/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 08:16
· 20 commits to main since this release
19c0020

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.