Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Releases: retextjs/retext-sentiment

6.0.1

22 Aug 18:27
112b99d
Compare
Choose a tag to compare
  • 5b3b8f5 Mark retext-sentiment as legacy

6.0.0

20 Jul 10:47
5cbb516
Compare
Choose a tag to compare
  • 30f0840 Add JSDoc based types
  • 0a0ae00 Use ESM
    • Change:

      // From CommonJS
      var retextSentiment = require('retext-sentiment')
      
      // To ESM
      import retextSentiment from 'retext-sentiment'

      Learn more about ESM in this guide

5.0.1

06 Oct 07:37
b6b7c9c
Compare
Choose a tag to compare

5.0.0

10 Mar 14:26
c2d1691
Compare
Choose a tag to compare

4.1.2

04 Jun 11:24
61204a3
Compare
Choose a tag to compare

4.1.1

06 Nov 14:49
Compare
Choose a tag to compare

4.1.0

31 Jul 23:14
Compare
Choose a tag to compare

4.0.0

24 Feb 09:36
Compare
Choose a tag to compare

3.0.0

17 Feb 08:31
Compare
Choose a tag to compare

2.0.2

17 Sep 21:37
Compare
Choose a tag to compare
  • a85b1cf Refactor code-style to use xo