Skip to content

Releases: tyxla/remove-accents

Version 0.5.0

08 Aug 10:42
181808e
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • Bumped minimum Node version to v14 and add Node v20 support by @tyxla in #49

Additional changes:

New Contributors

Full Changelog: v0.4.4...v0.5.0

Version 0.4.4

24 Nov 09:47
61f320c
Compare
Choose a tag to compare

What's Changed

  • add cyrillic ё and й by @glebtv in #20
  • Added german "sharp s" ß by @gollenia in #31
  • Added ß to list with all Chars by @gollenia in #32
  • Gitignore: Ignore lock files by @tyxla in #33
  • Actions: Introduce unit test workflow by @tyxla in #34
  • README: Add a unit tests workflow badge by @tyxla in #35
  • Bump version and add new contributors by @tyxla in #36

New Contributors

Full Changelog: v0.4.3...v0.4.4

Version 0.4.3

03 Nov 15:30
Compare
Choose a tag to compare
  • Optimize by moving the matcher function outside (#16)
  • Fix line endings to be LF instead of CRLF

Version 0.4.2

06 Nov 20:50
Compare
Choose a tag to compare
  • Fix a missing var keyword (#11)
  • Introduce .has and .remove (#13)
  • Disable Eszett transformation (#15)

Version 0.4.1

07 Aug 13:45
Compare
Choose a tag to compare
  • Fixed a bug with strict mode (#11).

Version 0.4.0

29 Jan 17:02
Compare
Choose a tag to compare
  • Added some more diacritics:
    • Breve
    • Inverted breve
    • Caron
    • Cedilla
    • Several more missing characters
  • Added TypeScript bindings
  • Performance improvements

Version 0.3.0

15 Jun 20:08
Compare
Choose a tag to compare

Added some more diacritics:

  • Acute
  • Double acute
  • Grave
  • Double grave

Version 0.2.0

25 Jan 21:08
Compare
Choose a tag to compare

Adding support for several old English letters.

Version 0.1.0

12 Dec 14:44
Compare
Choose a tag to compare

Initial version.