Releases: CanCLID/to-jyutping
Releases · CanCLID/to-jyutping
3.1.1
3.1.0
What's Changed
- Update Dictionary Data: Slightly reduced dictionary size.
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- Breaking Change: The results of
getJyutpingText
andgetIPAText
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