Skip to content

v2.0.0

Choose a tag to compare

@AnotherSubatomo AnotherSubatomo released this 27 Aug 16:29
· 6 commits to main since this release
1190e29
  • Improved readability by revising some variable names to aptly match their functionality.
  • Optimized encode() and decode() by minimizing table allocations, preventing table size growth, and localizing frequently called standard library functions to minimize call costs.
  • API redesign: the library now requires inputs and outputs of type ImageData, view the type definition at the source to learn more.
  • Ensured type safety (atleast, to the old-but-current type solver).

Full Changelog: v1.0.0...v2.0.0