Skip to content

Releases: actioninja/refpack-rs

v4.0.2

30 Oct 07:14
Compare
Choose a tag to compare

v3.0.1

31 Mar 04:24
Compare
Choose a tag to compare

Changed

  • Major performance improvements for decompress and decompress_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

28 Mar 09:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

29 Nov 10:10
Compare
Choose a tag to compare

Huge refactor to support multiple formats

v1.0.1

07 Oct 10:05
Compare
Choose a tag to compare

Fix a standing bug relating to invalid control characters being generated

v1.0

27 Dec 09:59
Compare
Choose a tag to compare

Now has compression fully implemented, and resolved some bugs.

v0.1

14 Nov 13:41
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release