Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 2.7 KB

4.1.0 (2023-05-30)

  • CI: add Node.js 20 (5b1c669)
  • Ensure SPDX header in all source code (98b0c53)
  • Make use of capitals in language names consistent (#46) (95aeb99), closes #46
  • Replace @napi-rs/pinyin by pinyin-pro (#48) (8848ea0), closes #48

4.0.0 (2023-02-27)

  • Add lodash.deburr transform (#45) (43df57f), closes #45
  • Add mostly-automated changelog #41 (5b3e6e2), closes #41
  • Drop support for Node.js 10 and 12 (6b5de4d)
  • Move pinyin to optional deps (f8b3bf4)

3.0.0 (2021-01-26)

  • Bump minimum Node.js version to 10 (11326d1)
  • Migrate to @napi-rs/pinyin, drop Windows x86 (#38) (bf5e3de), closes #38
  • Release v3.0.0 (ffdcda7)
  • CI: drop Node.js 8 (f16c10d)
  • CI: switch macOS, Linux and Windows x64 to GitHub Actions (3e73c04)

2.1.0 (2020-07-08)

  • Add docs, types and credit for separateApostrophes (556ed5e)
  • Add separateApostrophes option (#37) (a3696aa), closes #37
  • Bump patch version of dependencies (d0dcc6c)
  • Release v2.1.0 (d900e0e)
  • CI: add Node.js 14 (d1bbd1d)

2.0.0 (2019-09-27)

  • Add TypeScript type definitions #32 (#34) (ce2e7d2), closes #32 #34
  • Minimum supported Node.js version is now 8 (3f5f3b5)
  • Release v2.0.0 (6c3015b)
  • The separateNumbers option now defaults to false #24 (3ad7480), closes #24