Changelog for Unicode Set v0.4.1
This is the changelog for Unicode Set v0.4.1 released on January 8th, 2020. For older changelogs please consult the release tag on GitHub
Bug Fixes
- Fix
Unicode.Set.Operation.difference/2
when one list is wholly contained within another
Changelog for Unicode Set v0.4.0
This is the changelog for Unicode Set v0.4.0 released on November 27th, 2019. For older changelogs please consult the release tag on GitHub
Enhancements
- Bump to ex_unicode to version 1.3.0 to support an expanded set of properties resovled by
unicode_set
.
Changelog for Unicode Set v0.3.0
This is the changelog for Unicode Set v0.3.0 released on November 26th, 2019. For older changelogs please consult the release tag on GitHub
Enhancements
Support string ranges expressed as
{abc}
or{abc}-{def}
Note that the supported proporties in this release are
script
,block
,category
andcombining class
.
Changelog for Unicode Set v0.2.0
This is the changelog for Unicode Set v0.2.0 released on November 24th, 2019. For older changelogs please consult the release tag on GitHub
Enhancements
Add
Unicode.Set.compile_pattern/1
andUnicode.Set.pattern/1
to generate patterns and compiled patterns compatible withString.split/3
andString.replace/3
.Add
Unicode.Set.utf8_char/1
that generates a list of codepoint ranges compatible with nimble_parsec combinators.
Set the README for example usage.
Changelog for Unicode Set v0.1.0
This is the changelog for Unicode Set v0.1.0 released on November 23rd, 2019. For older changelogs please consult the release tag on GitHub
Initial release.