- Do not duplicate sequence names for non-fqe Emoji sequences in index, instead map to fully-qualified first
- Fix regression introduced in 1.15.1 that non-ASCII sequence names would not work
- Optimize index size by substituting common words
- Include Emoji sequences which are not fully qualified (VS16 is missing) in index
- You can use the newly introduced method
Unicode::SequenceName.fully_qualified
if you want to exclude non-fully qualified sequences
- Fix bug that some singleton Emoji would be included in index
- Unicode 16.0
- Emoji 16.0
- Unicode 15.1
- Emoji 15.1
- IVD 2022-09-13
- Unicode 15.0
- Emoji 15.0
- Unicode 14.0
- Emoji 14.0
- IVD 2020-11-06
- Emoji 13.1
- Unicode 13
- Emoji 13.0
- Emoji 12.1
- Unicode 12.1
- Unicode 12 / Emoji 12
- Unicode 11 / Emoji 11
- Do not depend on rubygems (only use zlib stdlib for unzipping)
- Explicitly load rubygems/util, fixes regression in 1.1.1
- Use
Gem::Util
forgunzip
, removes deprecation warning
- Unicode 10
- Make sure all emoji variation sequences are included
- Initial release (Unicode 9.0, Emoji 5.0)