Skip to content

Releases: sapegin/textlint-rule-diacritics

v2.1.4

09 Jun 08:05
Compare
Choose a tag to compare

2.1.4 (2024-06-09)

Bug Fixes

  • require.resolve doesn't work with ESM (3adf257)

v2.1.3

09 Jun 07:57
Compare
Choose a tag to compare

2.1.3 (2024-06-09)

Bug Fixes

  • Publish missing code files in the npm package (3f23692)

v2.1.2

09 Jun 07:51
Compare
Choose a tag to compare

2.1.2 (2024-06-09)

Bug Fixes

  • Textlint supposed to support ESM rules since v13, so generate ESM files again (bfb0e5b)

v2.1.1

09 Jun 07:28
Compare
Choose a tag to compare

2.1.1 (2024-06-09)

Bug Fixes

  • Remove "module" type since we compile CommonJS modules from TypeScript now (a85cbb2)

v2.1.0

09 Jun 07:26
Compare
Choose a tag to compare

2.1.0 (2024-06-09)

Features

v2.0.1

09 Jun 06:12
Compare
Choose a tag to compare

2.0.1 (2024-06-09)

Bug Fixes

  • Set "module" type for the package (0ce2ca7)

v2.0.0

09 Jun 06:06
Compare
Choose a tag to compare

2.0.0 (2024-06-09)

Features

  • Upgrade dependencies, build setup, convert to ESM (7b7c4af)

BREAKING CHANGES

    • The modules is exported as ESM
  • Node.js 20 is the minimum supported version

v1.0.0

14 Jun 07:06
Compare
Choose a tag to compare

Breaking changes

  • Minimum supported Node version is 8.6

Bug fixes

  • Only honor explicitly listed suffixes (#2), closes #1

v0.0.2

14 May 07:03
Compare
Choose a tag to compare
  • Fixed: Add a screenshot to the Readme