Skip to content

0.0.9

Choose a tag to compare

@noraj noraj released this 28 Jun 21:05

Features

  • Added reverse normalization
    • Lib: Unisec::Normalization.reverse_normalize
    • CLI: unisec normalize reverse
  • Added reverse hexdump (search which characters will give this resulting encoded value)
    • Lib: Unisec::Hexdump.reverse
    • CLI: unisec dump rev
  • Added reverse blocks search (search in which Unicode block a given character is)
    • Lib: Unisec::Blocks.reverse
    • CLI: unisec blocks reverse
  • Added reverse planes search (search in which Unicode plane a given character is)
    • Lib: Unisec::Planes.reverse
    • CLI: unisec planes reverse
  • Added planes block search (search in which Unicode plane a block is)
    • Lib: Unisec::Planes.block
    • CLI: unisec planes block
  • Added new utils method:
    • Unisec::Utils::Arguments.to_array_of_sym
    • Unisec::Utils::Arguments.argenc2enc
  • Added shell completion for CLI
  • Changed Also display the short form of the subcategory in Properties.char
  • Changed Properties.char now also display the plane

Chores

  • Breaking change - Removed support for Ruby 3.2 (EOL)