Releases: RickyC0626/qoi.js
Releases · RickyC0626/qoi.js
v1.0.2
v1.0.1
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
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