Skip to content

Elixir Unicode version 1.10.0

Choose a tag to compare

@kipcole9 kipcole9 released this 05 Oct 01:22

Bug fixes

  • Revert "Change the definition of the derived property All to be the disjoint set of unicode ranges, not the closed set." since All in the ICU means the full range of characters.

  • Add :inets and :public_key to :extra_applicatons to avoid warnings on Elixir 1.11.

Enhancements

  • Add Unicode.assigned/0 to return the list of codepoint ranges that are assigned within Unicode

  • Rename Unicode.ranges/0 to Unicode.all/0 to better reflect the intent. Unicode.ranges/0 is deprecated.