Releases: textlint-ja/textlint-rule-no-doubled-conjunction
Releases · textlint-ja/textlint-rule-no-doubled-conjunction
v3.0.0
What's Changed
BREAKING CHANGES
Enhancement
- improve error location using
locator.range()
Documentation
Dependency Updates
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #24
- chore(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #25
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #27
- chore(deps-dev): bump @babel/traverse from 7.18.9 to 7.23.2 by @dependabot in #28
New Contributors
Full Changelog: v2.0.4...v3.0.0
v2.0.4
v2.0.3
v2.0.2
What's Changed
- chore(deps): bump lodash from 4.17.19 to 4.17.21 by @dependabot in #9
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #10
- chore(deps): bump browserslist from 4.13.0 to 4.16.6 by @dependabot in #11
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #12
- Update textlint-rule-helper, textlint-scripts, trim-newlines by @takahashim in #13
New Contributors
- @takahashim made their first contribution in #13
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Summary
- Update to kuromojin@3 and improve analysis.
- 全角ピリオド(
.
)の対応 #6 - エラーメッセージの改善
Features
- 全角ピリオド(
.
)の対応 fix #6 - エラーメッセージの改善
Bug Fixes
- Update to kuromojin@3
- refs azu/kuromojin#8
- Update to sentence-splitter@3
CI
- Move to GitHub Actions