- feat: dynamic import optional dependencies.
- feat: support Intl.Segmenter for segment.
- dict: 雪茄
- fix: npm publish 中没有保护 esm 目录。
- fix: dict: 修复“呢”的拼音默认顺序。
- feat: dict: 新增“行不行”词语拼音。
- dict: “着落” 拼音频率调整。
- fix: phrases dict of "苹". #326
- feat: pinyin implemention by typescript language.
- feat: full Hanzi support for Web browser and Node.js
- feat: segment support in Web browser and Node.js
- feat: ES module and CommonJS module.
- feat: support surname mode.
- feat: better compact method.
- fix: support specific segment for cli #322
- deps(nodejieba): 锁定 nodejieba 依赖版本 #315, #316
- feat(surname): 支持姓氏拼音模式,优先处理姓氏读音。 fixed #288
- feat(cli): pinyin cli support group by phrases.
- dict: fixed "〇桔吗" pinyin dict.
- feat(group): Support group
- dict: fixed "别鹤离鸾脏䄜" pinyin dict.
- dict: fixed 氓's pinyin dict. #272
- dict: upgrade web pinyin dict. #243
- fixed: 贾,默认读音改为:jiǎ #130
- dict: 厦门。fixed #122
- feat(compare): Add pinyin.compare for sort by pinyin. #104, #106.
- fixed phrases dict. #102, #103.
- fixed 的's pinyin. #94, #95
- 修复了词典拼音库。 #93
- fix(web): use strict. #82
- feat(TO3NE): TONE style by number [0-4] after phonetic notation character. #79
- Add iojs-3 support. #60, #61, #62.
- #57, #58 根据《汉语拼音方案》,
y
,w
, 不是声母。 - #56
ü
(yu) 不是声母。
- deps(nodejieba): nodejieba is optional dependency now. fixed #45.
- test(eslint): update code style and test by eslint.
- deps(nodejieba): upgrade [email protected]
- featute(分词): 增加分词选项,默认不开启分词(不兼容选项) #45
- test(performance): 增加了性能测试。
- Upgrade dependency [email protected], fixed #41
- Fixed #40 更新 nodejieba 依赖,修复 nodejieba 对 [email protected] 的支持。
- Fixed #38 , 结巴分词的词典路径问题。
- Fixed: #33, #37
便宜
- Update 分词模块从 Segment 切换为 Jieba。fixed #36
- Fixed #17 多音词『朝阳』
- 由于 #15, [email protected] 的 bug 导致在 npmjs.org 发布的 [email protected] 和 [email protected] shasum 值计算错误,新版 npm 无法正常安装,所以下线处理, 并发布了 [email protected]。
- 更新了针对 Web 环境的拼音库,使用 3500 个常用字库。
- 托 [email protected] 的福,Node 和 Web 版融合到一个仓库中。hotoo/node-pinyin 即将下线。
- Fixed: hotoo/node-pinyin#23 , extend(default, more.hasOwnProperty is not function).
- Update: 使用全新的,较为完整的拼音库。
- Update: 部分算法有调整。
- Fixed hotoo/node-pinyin#19, missing some words.
- Fixed #12, 补充缺失的『楞』字拼音。
- Fixed: 补充缺失的『特』字拼音。
- Fixed: hotoo/node-pinyin#16, 部分修复了忽略空白的问题。
- hotoo/node-pinyin#9 新增命令行支持。 Thanks @lyuehh
-
#6 调整返回的结果集结构,非汉字部分以原始字符和原始风格返回。
spm install hotoo/[email protected]
- Fix: 直接操作拼音库,影响后续的拼音转换正确性问题。
- Update: 非中文原样返回,不做任何处理。
- Add: 完善测试用例。
- Update: 其他的一些优化。