Releases: actioninja/refpack-rs
Releases · actioninja/refpack-rs
v4.0.2
v3.0.1
Changed
- Major performance improvements for
decompress
anddecompress_easy
via rewritten decompression,
more aggressive inlining, and avoiding unnecessary allocations. Throughput should see minimum 80%
improvement and in best cases can be as much as 700% -@chieltbest - IO Errors now actually output what the error was when printed. Whoops. -@actioninja
- Many new unit tests to harden functionality against regressions and test error cases -@actioninja
Fixed
- Potential nonspec compliant behavior on the
SimsEA
flags field was corrected, it now writes the
magic bits in the middle. -@actioninja
v3.0.0
What's Changed
- Support Sims 3/4 header mode by @chieltbest in #1
New Contributors
- @chieltbest made their first contribution in #1
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Huge refactor to support multiple formats
v1.0.1
Fix a standing bug relating to invalid control characters being generated
v1.0
Now has compression fully implemented, and resolved some bugs.
v0.1
Initial release