Skip to content

v2.2.0

Compare
Choose a tag to compare
@noraj noraj released this 28 Jul 22:35
· 131 commits to master since this release

Highlights

🎈 Massive CLI improvement 🎈

Reading from STDIN

carbon01

Applying the commands on each row

carbon02
carbon03

Reading from a file directly

carbon04

Tons of new commands supported

carbon05

CHANGELOG

  • CLI:
    • Add urlencode_component and urldecode_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)
  • Fix:
    • dec2hex: fix odd byte cropping issue

Media