textlint-rule-diacritics

Textlint rule to check correct usage of diacritics

MIT License

Downloads
10.1K
Stars
5
Committers
3

Bot releases are visible (Hide)

textlint-rule-diacritics - v2.1.4 Latest Release

Published by github-actions[bot] 5 months ago

2.1.4 (2024-06-09)

Bug Fixes

  • require.resolve doesn't work with ESM (3adf257)
textlint-rule-diacritics - v2.1.3

Published by github-actions[bot] 5 months ago

2.1.3 (2024-06-09)

Bug Fixes

  • Publish missing code files in the npm package (3f23692)
textlint-rule-diacritics - v2.1.2

Published by github-actions[bot] 5 months ago

2.1.2 (2024-06-09)

Bug Fixes

  • Textlint supposed to support ESM rules since v13, so generate ESM files again (bfb0e5b)
textlint-rule-diacritics - v2.1.1

Published by github-actions[bot] 5 months ago

2.1.1 (2024-06-09)

Bug Fixes

  • Remove "module" type since we compile CommonJS modules from TypeScript now (a85cbb2)
textlint-rule-diacritics - v2.1.0

Published by github-actions[bot] 5 months ago

2.1.0 (2024-06-09)

Features

textlint-rule-diacritics - v2.0.1

Published by github-actions[bot] 5 months ago

2.0.1 (2024-06-09)

Bug Fixes

  • Set "module" type for the package (0ce2ca7)
textlint-rule-diacritics - v2.0.0

Published by github-actions[bot] 5 months ago

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
textlint-rule-diacritics - v1.0.0

Published by sapegin over 5 years ago

Breaking changes

  • Minimum supported Node version is 8.6

Bug fixes

  • Only honor explicitly listed suffixes (#2), closes #1
textlint-rule-diacritics - v0.0.2

Published by sapegin over 7 years ago

  • Fixed: Add a screenshot to the Readme