Opencc Js Versions Save

The JavaScript version of Open Chinese Convert (OpenCC)

v1.0.5

1 year ago
  1. Update opencc-data
  2. Add ES6 module and add new features (#23)

v1.0.4

1 year ago
  1. Bump opencc-data to 1.0.7.

v1.0.3

3 years ago
  1. Fix a bug that the t option cannot be used

v1.0.2

3 years ago

Fix performance degradation

v1.0.1

3 years ago
  1. Reduce file size

v1.0.0

3 years ago
  1. Update opencc-data to 1.0.6.
  2. Re-designed the API to get rid of async. (See README for details)

v0.3.7

3 years ago

Package with bundler

v0.3.6

3 years ago

Use a better way to detect node environment. The old implementation fails at case of web workers.

v0.3.5

3 years ago

Implement a feature: Ignore certain HTML nodes in conversion.

The conversion is skipped if the class list of a node contains ignore-opencc. All child nodes of the node will not be converted.

v0.3.4

3 years ago