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