Skip to content

Releases: hotoo/pinyin

2.11.0

03 Mar 00:27
Compare
Choose a tag to compare
  • 特性:支持姓氏模式。
const py = pinyin('中文', {
  mode: pinyin.MODE_SURNAME,
});

What's Changed

New Contributors

Full Changelog: 2.10.2...2.11.0

2.7.4

01 Jul 12:01
Compare
Choose a tag to compare

2.7.3

15 May 13:10
Compare
Choose a tag to compare
  • fixed 的's pinyin. #94, #95

2.7.2

11 May 11:29
Compare
Choose a tag to compare
  • #93 修复了词典拼音库。

2.7.1

27 Feb 10:20
Compare
Choose a tag to compare
  • fix(web): use strict. #82

2.7.0

04 Feb 07:32
Compare
Choose a tag to compare
  • feat(TO3NE): TONE style by number [0-4] after phonetic notation character. #79

2.6.2

21 Jan 03:00
Compare
Choose a tag to compare

2.6.1

23 Aug 04:50
Compare
Choose a tag to compare
  • #57, #58 根据《汉语拼音方案》,y, w, 不是声母。
  • #56 ü (yu) 不是声母。

2.6.0

12 Aug 09:23
Compare
Choose a tag to compare
  • deps(nodejieba): nodejieba is optional dependency now. fixed #45.
  • test(eslint): update code style and test by eslint.

2.5.1

12 Aug 09:13
Compare
Choose a tag to compare
  • deps(nodejieba): upgrade nodejieba@1.2.2