Releases: noraj/unisec
Releases · noraj/unisec
0.0.8
Features
- Add new CLI commands:
- Update the
properties charcommand to also return the code point in numeric value #29 - New utils method:
Unisec::Utils::String.chars2intcodepoints
Chore
- Fix gem release based on outdated commit
- Fix
char2codepointandchars2codepointsdocumentation examples
0.0.7
Features
- Add new
Unisec::Decdumpclass to provide decimal dumps- CLI impact:
- change
unisec hexdump➡️unisec dump hex - new
unisec dump dec
- change
- CLI impact:
- Breaking change Move
deccp2stdhexcp,char2codepointandchars2codepointsfromPropertiestoUtils - Add blocks & planes #43
- Lib:
Unisec::Blocks&Unisec::Planes - CLI:
unisec blocks list- List all Unicode blocksunisec blocks search- Search for a specific blockunisec blocks invalid- List all invalid and unsassigned rangesunisec planes list- List all Unicode planesunisec planes search- Search for a specific plane
- Lib:
- New utils method:
Unisec::Utils::String.to_rangeUnisec::Utils::Range.range2codepoint_rangeString.to_boolRange.include_range?
Unisec::Utils::String.convertwas improved:- To support
:charastarget_type
- To support
Updates
- Update DerivedName from 15.1.0 to 17.0.0
Chore
0.0.6
0.0.5 - What's normal?
0.0.4 - ◀️
Features
- Add a new class
Unisec::Bidi::Spoofand CLI commandbidi spoofto craft payloads for attack using BiDi code points like RtLO, for example, for spoofing a domain name or a file name - Add a new helper method:
Unisec::Utils::String.grapheme_reverse: Reverse a string by graphemes (not by code points) - Add an
--encoption forunisec hexdumpto output only in the specified encoding unisec hexdumpcan now read from STDIN if the input equals to-
0.0.3 - grep -E '\d+\.\d+\.\d+'
Features
- Add a new class
Unisec::Rugrepand CLI commandgrepto search for Unicode code point names by regular expression - Add a new method
Unisec::Properties.deccp2stdhexcp: Convert from decimal code point to standardized format hexadecimal code point
Chore
- Enhance tests:
assert_equal(true, test)➡️assert(test) - Enhance SEO: better description
0.0.2 - Size matters
- Add 2 new classes (and corresponding CLI command):
Unisec::Versions: Version of Unicode, ICU, CLDR, gems used in UnisecUnisec::Size: Code point, grapheme, UTF-8/UTF-16/UTF-32 byte/unit size
0.0.1 - The beginning of a new journey
Initial release





