Skip to content

Releases: RickyC0626/qoi.js

v1.0.2

17 May 16:29
e2e426f
Compare
Choose a tag to compare

What's Changed

  • Add workflow for package publishing to GPR in #9
  • Use GPR personal access token for registry access in #10
  • Refactor pixel diff and hash function in #11
  • Add unit tests for decoder, extract header validation in #12

Full Changelog: v1.0.1...v1.0.2

v1.0.1

17 May 00:57
793d8e0
Compare
Choose a tag to compare

What's Changed

  • Prep package.json for publishing in #2
  • Refactor encoder logic and add unit tests (buffer and header validation, chunk tag detection, data chunk creation) in #3
  • Update usage instructions for README in #4
  • Add workflow file for package publishing in #5

Full Changelog: v1.0.0-rc...v1.0.1

v1.0.0 Release Candidate

13 May 11:27
e5c8ce1
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fully working QOI encoder and decoder accessible by API
  • Basic CLI tool for PNG to QOI conversion, and vice versa

Additional Tasks That Need To Be Done

  • Bundle the source with browserify to be accessible via browser
  • Setup CI/CD to prepare npm package release