- Breaking: changed exports. See README.
- Rewrite to ESM.
- Remove
dist/
from repo (build on package publish).
- Updated
dist
build, missed in previous release.
- Emojis can now be escaped (e.g.
\:)
) with markdown-it@13 and above.
- Update emojis db.
- Added
bare.js
with zero config. - istanbul => nyc
- browserify => rollup.js
- Dev deps bump & cleanup.
- Configs cleanup
- Emoji list update (full set only).
- Emoji lists update.
- Don't miss emojis with variation chars after.
- Filter emojis with fake names ("uXXXX").
- Don't apply replacements in auto-generated links.
- More strong restrictions for aliaces - don't allow letters before and after.
- Fixed shortcuts for
>:(
and>:-(
.
- Fixed improper names mapping.
- Markdown-it 4.0.0 support. Use previous version for 2.x-3.x.
- Removed conflicting shortcuts :/ & :\ until logic improved
- Updated emoticon shortcuts
- Updated twemoji instructions.
- Minor code & tests cleanup.
- First release.