Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
163 lines (110 loc) · 3.1 KB

CHANGELOG.rst

File metadata and controls

163 lines (110 loc) · 3.1 KB

Unihandecode ChangeLog

All notable changes to this project will be documented in this file.

Added

Changed

Fixed

Deprecated

Removed

Security

v0.9.0b1 (23, Jul, 2020)

Changed

  • Version muber to semantic
  • Update Tox configuration
  • Dependency for pykakasi to v2.0.1

Fixed

  • make flake8 check working.

v0.9a3 (28, May, 2020)

Changed

  • Use str.translate() standard method for main coversion.(#36)
  • Generate dictionaries for str.translate()
  • Fix useless escape character insertion.
  • Externalize unicodepoints table data into JSON format.

v0.9a2 (26, May, 2020)

Changed

  • Bump dependency pykakasi to v2.0.0a5
  • test: move to pytest
  • Add composition tests

v0.9a1 (18, May, 2020)

Changed

  • Refactoring module consolidated into __init__.py
  • Do not compress pickle database.
  • Upgrade build workflow and build system.
  • Add github-actions workflows

v0.81 (1, May, 2018)

Changed

  • Use six for Python2 compatibility in unit test.

Fixed

  • Add missing dependency in setup.py
  • Twine upload password environment on AppVeyor.yml

Deprecated

  • Drop support for python 2.6 and before.
  • Use unittest instead of unittest2.

v0.80 (30, April, 2018)

Added

  • Experimental support for Cantonease
  • Coverage instrumentation
  • Instrument coverage on Coveralls.io.
  • Notify gitter about release and test

Changed

  • Improve Python 2/3 compatibility in data
  • Use Six for Python 2/3 compatibility
  • Use unittest2 for Python2
  • test python versions: 2.7, 3.5, 3.6

Fixed

  • Clean up build process
  • Loading Itaiji dictionary correctly.

Removed

  • Drop bundled PyKakasi and refers as dependency

v0.50 (25, April, 2015)

  • fix some bugs
  • Update dictionary

v0.45 (26, September, 2014)

  • compress codepoints
  • nose and tox test

v0.43 (13, October, 2013)

  • pickle unicode_point

v0.42 (7, October, 2013)

  • work in progress