Skip to content

Releases: geneweb/unidecode

v0.4.0

30 Oct 09:31
Compare
Choose a tag to compare

Changes:

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

Fixes:

  • cyrillic support

v0.3.0

26 Oct 15:07
Compare
Choose a tag to compare

Breaking changes:

Changes:

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

v0.2.0

26 Oct 10:05
Compare
Choose a tag to compare

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

30 Sep 13:42
Compare
Choose a tag to compare

Initial release