All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.5 - 2020-11-04
0.1.4 - 2020-07-14
- 👷 Fix build name (
4f64f21
)
0.1.3 - 2020-06-01
- 🔥 Removed wee_alloc to fix memory leak (
4256de7
)
0.1.2 - 2020-05-30
- ⚡ Add settings.json to improve vscode performance (
a4a3cfb
)
0.1.1 - 2020-05-28
- add js minification to wasm.js (
0410c54
)
- add opt-level (
53b18e5
)
0.1.0 - 2020-05-28
- 🎨 deno fmt now ignores wasm.js (
eade930
)
0.0.1 - 2020-05-28
- add Release and PR CIs (
a4cc61c
) - add examples for decompress (
f670133
) - add
decompress
to class (84a06bc
) - bind
decompress
to plugin (fa5e90d
) - add
decompress
to rust (891bb3d
) - add
compress
method (9432503
) - initial commit (
cf3c6c2
)
- decompress fails (
9165eb1
)