Revision history for Text::Emoji
0.0.9 2025-03-07T11:45:24+01:00
- Make reverse lookup table less memory hungry, which
should hopefully fix installation issue on low memory
systems
0.0.8 2025-02-22T20:53:22+01:00
- Provide overview of supported emojies by category
0.0.7 2024-12-29T21:10:49+01:00
- Also allow :TADA: (aka make lookup case-insensitive)
- Remove "emoji" field in raw data: it lives in the key
0.0.6 2024-12-29T16:57:04+01:00
- Don't use a constant lookup, for some reason this chokes
on Windows
0.0.5 2024-12-29T16:25:20+01:00
- Add convenience script "em", as suggested by Anton Antonov
0.0.4 2024-12-29T15:36:30+01:00
- Add support for "raw-emoji-data"
0.0.3 2024-12-29T13:20:15+01:00
- Add support for "to-text" subroutine
0.0.2 2024-12-29T11:18:17+01:00
- Allow for additional mapping in "to-emoji"
0.0.1 2024-12-28T22:12:58+01:00
- Initial version