Skip to content

Releases: retextjs/retext-diacritics

5.0.0

Choose a tag to compare

@wooorm wooorm released this 08 Sep 09:20
ae0eeff

Change

  • 26ad664 Update @types/nlcst, unified, utilities, etc
    migrate: update too
  • d3cd56b Change to require Node.js 16
    migrate: update too
  • 9f90be5 Change to use exports
    migrate: don’t use private APIs
  • 164841c Use better message
    migrate: expect better messages

Full Changelog: 4.2.0...5.0.0

4.2.0

Choose a tag to compare

@wooorm wooorm released this 20 Dec 10:04
b996691

Full Changelog: 4.1.0...4.2.0

4.1.0

Choose a tag to compare

@wooorm wooorm released this 27 Aug 13:37
b1999a3

4.0.0

Choose a tag to compare

@wooorm wooorm released this 18 Jul 15:32
b48907b
  • 67e1aae Add JSDoc based types
  • 3ec72a4 Use ESM
    • Change:

      // From CommonJS
      var retextDiacritics = require('retext-diacritics')
      
      // To ESM
      import retextDiacritics from 'retext-diacritics'

      Learn more about ESM in this guide

3.0.0

Choose a tag to compare

@wooorm wooorm released this 08 Mar 17:23
3bb47d3

2.0.0

Choose a tag to compare

@wooorm wooorm released this 12 Jun 20:22
b08113e
  • 6175eee Add docs for messages
  • 5d6f66b Use non-deprecated vfile.message method

1.2.3

Choose a tag to compare

@wooorm wooorm released this 04 Jun 10:33
1bd8671

1.2.2

Choose a tag to compare

@wooorm wooorm released this 04 Jun 10:32

1.2.1

Choose a tag to compare

@wooorm wooorm released this 28 May 07:51
  • b22ef57 Update example in readme.md

1.2.0

Choose a tag to compare

@wooorm wooorm released this 06 Mar 15:30
  • aa124ef Add actual and expected to message