Releases: gosimple/unidecode
Releases · gosimple/unidecode
v1.0.1
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
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
🧰 Maintenance
🚦 Tests
- Move to table driven tests and add test for U+10000 (#4) by @matrixik