- Removed clutter
- Added .gitignore
- Typo fixes
- README.md and LICENSE update
- Updated the code to my current code style.
- Moved supportedEmojis and emojiCompatibilityData into their own file:
data.js
. - General JSDoc updates.
- index.d.ts updates.
supportedEmojis
andemojiCompatibilityData
to exported things.
- Some outdated emojis to fit the current unicode standard. [Where the
-FE0F
flag is not necessary] - [1.051/52/53/54/55] Small fixes & code style improvements.
- Upgraded
toUnicode
to throw an error when an outdated unicode emoji is provided.
- Issue #1 (Not working for certain emojis) has been fixed. [Improved RegEx]
- [1.0.41] Updated the RegEx further.
- [1.0.42] Updated
toUnicode
to search through a supported emoji string array to find the closes match.
- Introduced a new
detailedErrors
argument ingetEmojiMixUrl
method. This argument provides the option to display more detailed and accurate error messages if something goes wrong. - Created this
CHANGELOG.md
file to track and document all notable changes in the project moving forward. - [1.0.32] Added the helper functions to the ES usage example.
- Updated the
showCompatibility
argument ingetEmojiMixUrl
method todetailedErrors
to reflect the new error handling enhancements. - Added helper functions to the CommonJS usage example.
- [1.0.33] Improved usage examples.
- [1.0.33] Renamed
emojiData
object intoemojiCompatibilityData
.
- Added missing semicolons throughout the codebase to improve code quality and consistency.
- [1.0.31] (Actually) Added helper functions to the CommonJS usage example.
- Added the "Related" section and improved the example.
- Fixed minor spelling issues.
- Initial commit.