string_normalizer 0.3.1 string_normalizer: ^0.3.1 copied to clipboard
Helps you remove accents and diacritics from strings. It comes with a built-in Crawler feature.
0.3.1 #
- Use
DartFormatter
instead of runningdart format
.
0.3.0 #
- Use a new architecture to organize the Parser and Crawler.
- Add the Greek language.
- Add the Mathematical characters.
0.2.2 #
- Add new
MODIFIER LETTER
andCOMBINING
data. - Refactor the data, so we can easily see the real character.
- Add a crawler.
0.2.1 #
- Update comments.
- Update homepage URL.
0.2.0 #
- Change sdk version to
>=2.18.0 <4.0.0
. - Improve pub scores.
0.0.1+2 #
- Improved README.
0.0.1+1 #
- Improved data type.
0.0.1 #
- Initial release.