Releases: adumbidiot/lz-str-rs
Releases · adumbidiot/lz-str-rs
v0.2.1
What's Changed
- Decrease overhead of
lz-str-wasm
by @adumbidiot in #33 - Implement
IntoWideIter
for&String
, add Tests by @adumbidiot in #34 - Add basic fuzzing harness by @adumbidiot in #35
- Improve Compression Performance by @adumbidiot in #36
- Release v0.2.1 by @adumbidiot in #37
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add
decompress_from_utf16
function by @adumbidiot in #13 - Port most of the tests from the JS version by @adumbidiot in #14
- Bump y18n from 4.0.0 to 4.0.1 in /js-test by @dependabot in #15
- Bump glob-parent from 5.1.1 to 5.1.2 in /js-test by @dependabot in #16
- Update CI by @adumbidiot in #19
- Bump ansi-regex from 3.0.0 to 3.0.1 in /js-test by @dependabot in #20
- Add simple example by @adumbidiot in #21
- Remove nightly fmt by @adumbidiot in #22
- Add example for binary data by @adumbidiot in #24
- Move wasm binding to separate crate by @adumbidiot in #23
- Move js-test folder by @adumbidiot in #25
- Modify binary-data example by @adumbidiot in #26
- Add better handling for long inputs by @adumbidiot in #27
- Add basic python binding by @adumbidiot in #29
- Clean compression impl by @adumbidiot in #28
- Fix decompressing long inputs by @adumbidiot in #30
- Add basic changelog by @adumbidiot in #31
- Release 0.2.0 by @adumbidiot in #32
Full Changelog: 0.1.0...v0.2.0
0.1.0
First Crate Release