Skip to content

Releases: dahosek/finl_unicode

1.3.0

29 Oct 20:58
09feefa
Compare
Choose a tag to compare

License updates, support for Unicode 16.0.0

1.2.0: Add flexibility on iterator for grapheme clusters, add license files

23 Oct 18:14
7abd8d9
Compare
Choose a tag to compare

Grapheme clusters can now be iterated over with any Peekable iterator on char or (usize, char), not just Chars and CharIndices.

v1.1.0

16 Sep 04:57
3adde38
Compare
Choose a tag to compare

Updates to Unicode 15.0.0, some updates to documentation and benchmarks

v1.0.2: Compatibility with docs.rs build process

31 Aug 04:53
7e7f52c
Compare
Choose a tag to compare

docs.rs does not really support a build.rs script so I’ve replaced it with a separate program (in a subdirectory) to pre-build the data files necessary for compiling, testing and benchmarking the code.

v1.0.1

30 Aug 16:14
f815024
Compare
Choose a tag to compare
Merge pull request #6 from dahosek/1.0.1

1.0.1: A little more clean-up