Skip to content

Releases: gosimple/unidecode

v1.0.1

08 Nov 17:42
efee641
Compare
Choose a tag to compare

Performance improvements and less memory usage. Bit thank you to @stefanb!

🧰 Maintenance

  • decode: Reduce allocations, memory usage & table size (#6) by @stefanb

📝 Documentation updates

  • Add more info about bench and adding new chars to README (#7) by @matrixik

v1.0.0

24 Jul 21:25
3795a1d
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

  • Add example and more info to README (#5) by @matrixik

🧰 Maintenance

🚦 Tests

  • Move to table driven tests and add test for U+10000 (#4) by @matrixik