Skip to content

Releases: rhysd/remark-emoji

v4.0.1

29 Oct 12:29
Compare
Choose a tag to compare
  • Fix type definitions (#29)
    • This plugin is for transforming mdast (Markdown AST). Now it is explicitly defined as the 2nd type parameter of unified.Plugin.
    • @types/mdast and unified are now runtime dependencies. This ensures that the correct versions of those packages are referred by TypeScript compiler.

v4.0.0

10 Aug 12:38
Compare
Choose a tag to compare
  • Breaking Change Update node-emoji from v1 to v2. This change introduces support for many new emojis and removes old emoji short codes which are no longer valid on GitHub.