Skip to content

Releases: geneweb/unidecode

v0.5.0: Merge pull request #2 from hgouraud/revert-apost

Choose a tag to compare

@canonici canonici released this 30 Mar 10:11
1a6c4bf

Fixes:

  • revert converison of ’ into '

v0.4.0

Choose a tag to compare

@sagotch sagotch released this 30 Oct 09:31

Changes:

  • Support for some diacritics
  • Support for dash and hyphen
  • unidecode binary

Fixes:

  • cyrillic support

v0.3.0

Choose a tag to compare

@sagotch sagotch released this 26 Oct 15:07

Breaking changes:

Changes:

  • Added support for vietnamese, some missing greek chars, and apostrophe (by Henri Gouraud)

v0.2.0

Choose a tag to compare

@sagotch sagotch released this 26 Oct 10:05

Breaking changes:

  • decode callbacks take less arguments.

Changes:

  • Added decode_string function

Fixes:

  • Fixed some cases where wrong length was passed to decode callback.
    N.B.: This fix is not relevant anymore since the API change.

v0.1.0

Choose a tag to compare

@sagotch sagotch released this 30 Sep 13:42

Initial release