Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 14:51
· 1371 commits to main since this release

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 Vecs 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