Releases: elixir-unicode/unicode_unihan
Releases · elixir-unicode/unicode_unihan
Unicode Unihan version 0.4.0
Enhancements
-
Updated to Unicode 15.1
-
Property information is autogenerated from TR38 UNICODE HAN DATABASE (UNIHAN.
-
Diagnostic output uses
Logger.info/2
rather thanIO.puts/1
Unicode Unihan version 0.3.0
Bug Fixes
-
Ensure all data paths are resolved at runtime, not compile time.
-
Move data/ to priv/ since only priv/ is preserved in releases.
Unicode Unihan version 0.2.0
Enhancements
- Improves compilation time by orders of magnitude by switching to use
:persistent_term
for storing the Unihan database.