Decancer-py

Latest version: v0.4.0

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

Scan your dependencies

Page 2 of 7

1.6.5

**decancer v1.6.5 is here!**

this is a small update that lets me at least sleep well at night, without worrying about bugs for now :)

changelog:
- added and fixed more confusables, courtesy of https://texteditor.com/font-converter/
- fixed WebAssembly binding not working for some reason (thanks wasm-pack ❤️)
- added a GitHub pages static site for demonstrating the library's WebAssembly binding! hopefully it should work now
- improved documentation and readme!

thank you for supporting decancer as always ❤️❤️❤️

1.6.4

**decancer v1.6.4 is here!**

changelogs:
- added more codepoints, fixed several translations, and removed useless codepoints
- improved overall rust code and added benchmarks (14 and 16, thank you sooo much Yossipossi1! ❤️❤️)
- improved the mechanism on how the library performs binary search
- improved the documentation, removed mentions of Deno and Bun from README.md as they are less relevant

***thank you for using and supporting `decancer`! much love <3*** ❤️❤️❤️❤️❤️

1.6.3

**decancer v1.6.3 is here!!!** ❤️

> ⚠️ **VULNERABILITY WARNING:** the following update **fixes** a **vulnerability** that lets users **crash/panic your program** with a bug (12). **please consider updating to this version as soon as possible.** ⚠️

other than that, the following update also does:
- refactor: optimize core library code by **a lot.**
- refactor: removes unnecessary trait implementations added in v1.6.2.
- feat: add `proptest` to detect future unusual edge cases in tests (13, thanks emmiegit! ❤️)
- ci: optimize the install process of `wasm-pack` to reduce the install process from **7 to 2 minutes!**

thank you all for supporting and helping decancer! i love you all ❤️❤️

1.6.2

**decancer v1.6.2 is here!!!** ❤️

not much of an update today, mostly a bug-fix and documentation update!

changelog:
- fix: fixed dozens of wrong translations!
- feat: added 28 new unicode codepoints!
- feat[core]: added lots of new Rust trait implementations to the library's datatypes!
- doc: reworded the README!

thank you all for supporting decancer! i love you all deep from my heart ❤️❤️

1.6.1

**decancer `v1.6.1` is here!** ❤️🥳

- feat: added 181 new codepoints and fixed dozens of incorrect translations! making the total supported unicode codepoints **9,600!!!**
- perf: optimized ALL comparison methods! (except `contains`)
- feat[node]: added `CuredStringtoBuffer()`! it coerces the `CuredString` object into a UTF-8 Node.js Buffer.
- feat[core]: added `Add`, `Extend`, and lots of other trait implementations!
- perf[node]: refactored `CuredStringtoString()`!
- refactor[ci]: optimized and fixed the CI system.

**thank you all for supporting decancer!!! i love you all <3** ❤️

1.6.0

**decancer `v1.6.0` is here!** 🥳

- added *thousands* of new codepoints and fixed lots of mistranslations, bringing the grand total of supported unicode codepoints to ***9,419***!!!

- added optional **no_std support**! limiting the library to just `cure_char`, but it also means that you can use `decancer` without depending on the Rust standard library! just add this in your `Config.toml`:
toml
decancer = { version = "1.6", default-features = false }

- added optional **serde support**! which means that you can serialize/deserialize types (like JSON) while also curing the input at the same time! just add this in your `Config.toml`:
toml
decancer = { version = "1.6", features = ["serde"] }

read the documentation for more details.

thank you all for supporting **decancer**!!! ❤️

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.