v2.0.0
- Improved readability by revising some variable names to aptly match their functionality.
- Optimized
encode()anddecode()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