Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 10:26
· 951 commits to main since this release

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 .node binary 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 decancer by adding the contrib/ scripts! see README.md for details