Expose versions of non-UCD data
behnam opened this issue · 1 comments
behnam commented
At the moment, we only have UNICODE_VERSION
, which exposes the version of UCD data in each component. We need to have API and data for other versions, like IDNA Version, Emoji Version, etc.
behnam commented
We now have EMOJI_VERSION
exposed, and a generic UnicodeVersion
type in unic-common
component.