Releases: textlint-ja/analyze-desumasu-dearu
Releases · textlint-ja/analyze-desumasu-dearu
v6.0.0
What's Changed
Breaking Changes
- refactor: convert to ts/esm by @azu in #22
- Convert to TypeScript
- Exports as ESM
Full Changelog: v5.0.2...v6.0.0
v5.0.1
Bug Fixes
- Use tokenize function instead of getTokenizer to use cache and prevent memory leak caused by inifinite cache. (#19) (e363b7e)
v5.0.0
Summary
Update to kuromojin@3 and improve analysis.
No change, but it will have change potentially.
So it is released as major updates.
Fixes
#17
CI
4.0.0
Bug Fixes
Previous:
isDesumasu
does not include ます
Current:
isDesumasu
inclues ます
.
3.1.0
Features
- analyze: add "ignoreConjunction" options (fda8d21)
- analyze: add ignoreConjunction to desumasu (0f38700)
3.0.4
Bug Fixes
- analyze: "である" の判定を"である"のみ限定 (4d1ce70)
3.0.3
Bug Fixes
- analyze: conjugated_form でマッチする範囲を狭めるように修正 (30d6a59)
3.0.2
Bug Fixes
- analyze: 名詞を区切りとして利用するように修正 (8c067f2)