v1.3.2
After 3-4 days of rewriting and refactoring, the major update for decancer is here!
- breaking: removed support for Android devices :sdSadge:
- feat: added support for more codepoints!
- refactor: removed duplicate codepoints
- feat: the parser is now in UTF-32 instead of UTF-16/UCS-2 encoding!
- perf: rewrote the entire rust codebase to be more efficient!
- refactor: every confusable is stored in a binary instead of the rust sources!
- refactor: rewrote and refactored the entire JavaScript portion in TypeScript!
- style: added ESLint, Prettier, and EditorConfig to the codebase!
- doc: added help to use the
.nodebinary directly in README.md! - doc: removed supported platforms list from README.md!
- ci: removed tests from GitHub actions as they are unnecessary!
- meta: added help for Contributors who wanted to contribute to
decancerby adding thecontrib/scripts! see README.md for details