Retext Emoji Versions Save

plugin to support emoji, gemoji, and emoticons

9.0.0

8 months ago

Change

  • 8de7eeb Update @types/nlcst, unified, utilities, etc migrate: update too
  • f562960 Change to require Node.js 16 migrate: update too
  • da89a41 Change to use exports migrate: don’t use private APIs

Full Changelog: https://github.com/retextjs/retext-emoji/compare/8.1.0...9.0.0

8.1.0

2 years ago
  • d8055f0 Use @types/nlcst

Full Changelog: https://github.com/retextjs/retext-emoji/compare/8.0.0...8.1.0

8.0.0

2 years ago
  • 4aafa73 Add JSDoc based types
  • d82971b Use ESM
    • Change:

      // From CommonJS
      var retextEmoji = require('retext-emoji')
      
      // To ESM
      import retextEmoji from 'retext-emoji'
      

      Learn more about ESM in this guide

7.0.2

3 years ago
  • a2b06c8 Update gemoji

7.0.1

3 years ago
  • 85d3803 Fix support for emoji with unneeded vs16

7.0.0

4 years ago
  • 17eb219 Update to add emoji, fix missing emoji
  • c8e5b13 Update unist-util-visit (breaking, potentially, if you or your dependents use typescript)
  • bfc0ee2 Update nlcst-emoji-modifier (breaking, potentially, if you or your dependents use typescript)
  • c23dc52 Refactor prose

6.0.0

4 years ago

5.0.2

4 years ago
  • bc353ab Refactor prose

5.0.1

5 years ago
  • 25486f3 Refactor code-style
  • 3d6a3dc Add more badges
  • bcf9169 Move URLs to HTTPS
  • ae3bf6e Move LICENSE > license
  • 1eab68b Add Contribute section to readme.md
  • ec57b12 Migrate to retextjs

5.0.0

6 years ago
  • 321e894 Update nlcst-emoji-modifier