Skip to content

Releases: MatyCZ/transformbot

0.22.1

07 Nov 13:23

Choose a tag to compare

  • Remove spaces in the toFloat() action

0.21.0

29 Jul 21:55

Choose a tag to compare

  • Add ISO format parsing in date() conversion
  • Add custom date-time formats parsing in date() conversion
  • Add tests for array() conversion
  • Add tests for date() conversion
  • Extend tests for boolean() conversion
  • Extend tests for number() conversion
  • Extend tests for string() conversion

0.19.0

13 Jul 19:43

Choose a tag to compare

  • Rename action toDateString() to toIsoDate
  • Rename action toTimeString() to toIsoTime

0.18.0

10 Jul 21:10

Choose a tag to compare

  • Add action decodeBase64()
  • Add action decodeHTML()
  • Add action encodeBase64()
  • Add action encodeHTML()
  • Add action mask()
  • Add action sanitizeText() as collection
  • Update toAlpha, toAlphanumeric, and toTimeString to accept options objects.

0.17.0

10 Jul 18:55

Choose a tag to compare

  • Add action truncate()

0.16.1

16 Jun 13:35

Choose a tag to compare

  • Ensure toDateString formats years with leading zeros

0.16.0

06 Jun 08:40

Choose a tag to compare

  • Add skipArray, skipDate, skipNumber, and skipString options to action toNull()
  • Add skipArray, skipDate, skipNumber, and skipString options to action toUndefined()
  • Add tests for action toNull()
  • Add tests for action toUndefined()

0.15.0

16 May 20:41

Choose a tag to compare

  • Add tests for conversion boolean()
  • Add tests for conversion number()
  • Add tests for conversion string()
  • Add support for arrays to action toNull()
  • Add support for arrays to action toUndefined()

0.14.0

16 May 13:17

Choose a tag to compare

  • Add conversion array()
  • Remove action toEmpty (use toDefault instead).
  • Refine conversions number, boolean, and string

0.13.0

16 May 08:15

Choose a tag to compare

  • Add support for booleans in toDefault()
  • Remove support for booleans in toNull()
  • Remove the conversion of the false value in toNull()
  • Remove the conversion of the false value in toUndefined()
  • Add the Transformations Overview section to the README.md