v2.2.0
Highlights
🎈 Massive CLI improvement 🎈
Reading from STDIN
Applying the commands on each row
Reading from a file directly
Tons of new commands supported
CHANGELOG
- CLI:
- Add
urlencode_component
andurldecode_component
to the command whitelist - Now can read from STDIN
- Add some commands from native String class:
bytesize
,capitalize
,chomp
,chop
,downcase
,dump
,hex
,inspect
,length
,lstrip
,reverse
,rstrip
,scrub
,shellescape
,size
,squeeze
,strip
,succ
,swapcase
,undump
,unicode_normalize
,upcase
- Add
--row
option: apply the transformation to each row - Add
--file
option: interpret the string as a filename (read from file)
- Add
- Fix:
- dec2hex: fix odd byte cropping issue