Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 1.41 KB

3.3.0

  • update pinyin data and Chinese convert data

3.2.0

  • update pinyin data and Chinese convert data
  • add data auto generator
  • renamed some fields and methods
  • add testcases
  • fix multiple separator
  • changed to using json

3.1.0

  • extend dict and minor fixes
  • fix separator error
  • add testcases
  • add crawler for auto generating pinyin data by scrawling wiktionary and handian

3.0.1

  • minor fixes

3.0.0

  • Add support for non-URO Chinese characters.
  • Add support for Zhuyin (or Bopomofo, 注音符号 in Chinese), authored by @w830207.
  • update sdk version.
  • change library name.
  • Abstract logic of methods.
  • Do not add space between non-Chinese characters,and add space between Chinese and non-Chinese characters in short form.

2.0.3

  • TODO: some updates.

2.0.1

  • TODO: fix analysis.

2.0.0

  • TODO: Migrate to null-safety.

1.1.1

  • TODO: fix analysis.

1.1.0

  • TODO: fix getShortPinyin bugs.

1.0.9

  • TODO: Use = to separate a named parameter from its default value.

1.0.8

  • TODO: remove new keyword.

1.0.7

  • TODO: name change, convertToPinyinString -> getPinyin, convertToPinyinStringWithoutException -> getPinyinE.

1.0.6

  • TODO: Packages arrangement. 0

1.0.2

  • TODO: Delete useless files.

1.0.1

  • TODO: Optimize Pinyin conversion speed.

1.0.0

  • TODO: fix "" separator bug.

0.0.2

  • TODO: fix sdk environment.

0.0.1

  • TODO: lPinyin initial release.