Skip to content

Releases: CanCLID/to-jyutping

3.1.1

30 Sep 03:25
Compare
Choose a tag to compare

What's Changed

  • Fix: Type declaration file cannot be resolved

Full Changelog: 3.1.0...3.1.1

3.1.0

26 Sep 22:04
Compare
Choose a tag to compare

What's Changed

  • Update Dictionary Data: Slightly reduced dictionary size.

Full Changelog: 3.0.0...3.1.0

3.0.0

26 Sep 21:47
Compare
Choose a tag to compare

What's Changed

  • Breaking Change: The results of getJyutpingText and getIPAText now include punctuation in the original sentences converted into halfwidth. Whitespaces are inserted at appropriate positions.
  • Breaking Change: The library is no longer transpiled down to old ECMAScript syntax.
  • Added ES Module & CommonJS to the bundle output (#5) in addition to UMD.
  • Added the new customize method (#6):
    • Adds the ability to include custom entries and override or exclude built-in entries.
    • The constructed converters can be chained without affecting each other.
    • Read the documentation for more info.

Full Changelog: 2.0.0...3.0.0