Skip to content

Releases: rhysd/remark-emoji

v5.0.2

Choose a tag to compare

@rhysd rhysd released this 31 Aug 11:55
  • Fix mid-word :s are parsed as part of emoticons (#37, thanks @benkenawell)
  • Fix exports field in package.json which caused resolution errors (#40, #41, thanks @Grafikart)

v5.0.1

Choose a tag to compare

@rhysd rhysd released this 18 Jul 11:38
  • Fix a missing source map file in the released package (#34)

v5.0.0

Choose a tag to compare

@rhysd rhysd released this 26 May 12:32
  • Breaking change: Drop support for Node.js v16 or earlier following the Node.js maintenance cycles. Now this package supports Node.js v18 or later.
  • Migrate from JavaScript to TypeScript. Now the type definitions are generated by TypeScript compiler automatically. This is just an internal change and the APIs are preserved the same as in v4.0.1.
  • Avoid using legacy packages in example codes in the readme document.
  • The demo with Codesandbox was rebuilt from scratch with the latest Remark ecosystem and TypeScript.

v4.0.1

Choose a tag to compare

@rhysd rhysd released this 29 Oct 12:29
  • 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

Choose a tag to compare

@rhysd rhysd released this 10 Aug 12:38
  • 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.