Releases: tyxla/remove-accents
Releases · tyxla/remove-accents
Version 0.5.0
What's Changed
Breaking changes:
Additional changes:
- Restore eszett ß - which is not accented. by @michaelkirk in #44
- Add missing Vietnamese diacritics by @huy-vuong in #46
- Remove Travis CI config by @tyxla in #48
- Replace
tape
withjest
by @tyxla in #49 - Polish and modernize the README examples by @tyxla in #50
- Bump version and add new contributors by @tyxla in #51
New Contributors
- @michaelkirk made their first contribution in #44
- @huy-vuong made their first contribution in #46
Full Changelog: v0.4.4...v0.5.0
Version 0.4.4
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
- Optimize by moving the matcher function outside (#16)
- Fix line endings to be LF instead of CRLF
Version 0.4.2
Version 0.4.1
- Fixed a bug with strict mode (#11).
Version 0.4.0
- Added some more diacritics:
- Breve
- Inverted breve
- Caron
- Cedilla
- Several more missing characters
- Added TypeScript bindings
- Performance improvements
Version 0.3.0
Added some more diacritics:
- Acute
- Double acute
- Grave
- Double grave
Version 0.2.0
Adding support for several old English letters.
Version 0.1.0
Initial version.