Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 874 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 874 Bytes

Changelog

All notable changes to this project will be documented in this file.

2.0.0 - (July 15, 2024)

Added

  • Support for using via ES6 Imports.
  • Webpack Config Build.
  • emojiSupported function to check native emoji rendering support.
  • parseEmoji function to replace Unicode emojis with image emojis using Twemoji.
  • emojiFallback function to handle emoji parsing and fallback with error handling.

Changed

  • Extracted emoji support check and parsing logic into modular functions.
  • Fixed CDN issue see here
  • Improved code readability and maintainability.
  • License from GPL-3.0 to MIT.

1.0.0 - (Aug 7, 2022)

Initial Release.