Decancer-py

Latest version: v0.4.0

Safety actively analyzes 638773 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

1.4.0

Another major update - Decancer v1.4.0 is here! Here are the changes made:

- [breaking] refactor(core): `cure_chars`, `cure_utf32`, `cure_utf16` is merged to `cure` with the power of traits
- feat(core): UTF-8 support! Which means that you can pass in a `u8` slice or a borrowed `Vec<u8>` :)
- fix(core): fixed minor mistranslations
- feat(core): `contains` now supports `u8`, `u16`, `u32`, and `char` slices or borrowed `Vec`s as inputs!
- fix(wasm): fixed WASM not working since GitHub doesn't return an `application/wasm` content type.
- doc(wasm): added a simple web app example in the readme
- perf(wasm): the changes stripped down the WebAssembly binary from `48.1 KB` to `46.9 KB`
- perf(node): the npm package now directly uses raw UTF-16 buffers (`JsString`) from the Node API instead of a Rust `String`
- fix(core): `contains` now uses a proper implementation
- doc(core): added a `docs.rs` landing page documentation
- ci: merged Prettier and WebAssembly GitHub workflows
- meta: bump LICENSE year

1.3.3

A major update to decancer!

- It's now a package in `crates.io`! See here: https://crates.io/crates/decancer (as requested by some popular bot developer)
- It's now a package in `deno.land`! See here: https://deno.land/x/decancerv1.3.3
- It's now a package in browsers through the power of WebAssembly!:tm:
- Added more confusables!!! How many? i don't know - the count in the README.md is removed ._.

1.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 `.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

1.2.3

None

1.1.9

None

1.1.8

None

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.