Skip to content

Releases: retextjs/retext-equality

7.1.0

06 May 15:20
12a4b30
Compare
Choose a tag to compare

Data

  • 4a4a1b8 Add checks for man the fort, pull the trigger

Types

Full Changelog: 7.0.0...7.1.0

7.0.0

12 Sep 12:41
aa0cbb8
Compare
Choose a tag to compare

Change

  • 4ab1f11 Update @types/nlcst, unified, utilities, etc
    migrate: update too
  • b0fa702 Change to require Node.js 16
    migrate: update too
  • 062843a Change to use exports
    migrate: don’t use private APIs
  • 508c610 Change to disallow binary comparison by default
    migrate: this is better
  • b0c2366 Change to improve message
    migrate: expect better messages

Full Changelog: 6.7.0...7.0.0

6.7.0

22 Apr 07:53
2a925cd
Compare
Choose a tag to compare

Full Changelog: 6.6.0...6.7.0

6.6.0

20 Dec 10:01
a94a652
Compare
Choose a tag to compare

Full Changelog: 6.5.0...6.6.0

6.5.0

11 Nov 09:19
935e7f4
Compare
Choose a tag to compare

Full Changelog: 6.4.0...6.5.0

6.4.0

24 Oct 08:42
be2f9f1
Compare
Choose a tag to compare

Full Changelog: 6.3.0...6.4.0

6.3.0

20 Oct 13:04
f597d61
Compare
Choose a tag to compare

Full Changelog: 6.2.0...6.3.0

6.2.0

27 Aug 14:44
0e0ac9e
Compare
Choose a tag to compare

Full Changelog: 6.1.0...6.2.0

6.1.0

15 Aug 11:47
7cd9ac5
Compare
Choose a tag to compare
  • db1df50 Add insanely, suggest incredibly
  • e50b9ec Add binge, suggesting enthusiastic, spree
  • 0e81791 Fix missing plural

6.0.0

19 Jul 13:42
6fc8d8e
Compare
Choose a tag to compare
  • 4fbe5d1 Add JSDoc based types
  • 8f972b3 Use ESM
    • Change:

      // From CommonJS
      var retextEquality = require('retext-equality')
      
      // To ESM
      import retextEquality from 'retext-equality'

      Learn more about ESM in this guide