string_normalizer 0.3.4 string_normalizer: ^0.3.4 copied to clipboard
Helps you remove accents and diacritics from strings. It comes with a built-in Crawler feature.
0.3.4 #
- The package no longer depends on the
http
anddart_style
package. - Change the way to run the crawler to
dart run tool/crawl.dart
.
0.3.3 #
- Save the database as flatted map instead of Crawler map to improve the performance.
- Add some topics.
0.3.2 #
- Update the database by the crawler (07/11/2024).
- Add a workflows to run the crawler weekly to check for the new database and create a PR when needed.
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.