Releases: MatyCZ/transformbot
Releases · MatyCZ/transformbot
0.22.1
07 Nov 13:23
Compare
Sorry, something went wrong.
No results found
Remove spaces in the toFloat() action
0.21.0
29 Jul 21:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Rename action toDateString() to toIsoDate
Rename action toTimeString() to toIsoTime
0.18.0
10 Jul 21:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.16.1
16 Jun 13:35
Compare
Sorry, something went wrong.
No results found
Ensure toDateString formats years with leading zeros
0.16.0
06 Jun 08:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add conversion array()
Remove action toEmpty (use toDefault instead).
Refine conversions number, boolean, and string
0.13.0
16 May 08:15
Compare
Sorry, something went wrong.
No results found
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