Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
90 lines (66 loc) · 7.62 KB

CHANGELOG.md

File metadata and controls

90 lines (66 loc) · 7.62 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2020-01-02)

Features

  • iccp: ✨ update icc profile typings (f6de54a)

1.2.0 (2019-12-31)

Features

  • encode: ✨ support bit depth 2 (bb234bd)
  • encode: ✨ support bKGD (6514fc4)
  • encode: ✨ support cHRM (ad1c959)
  • encode: ✨ support filter 0, 1, 2, 3, 4 (3087f67)
  • encode: ✨ support gMMA and filter 1 (f379167)
  • encode: ✨ support hIST (fd6e9a7)
  • encode: ✨ support iCCP (d689c00)
  • encode: ✨ support IDAT, color type 3 and filter 0 (506c2a2)
  • encode: ✨ support IHDR (9e95e10)
  • encode: ✨ support interlace (496a332)
  • encode: ✨ support iTXt (375c749)
  • encode: ✨ support PLTE (e14dca8)
  • encode: ✨ support pYHs (e0473f0)
  • encode: ✨ support signature (ebecb94)
  • encode: ✨ support sPLT (56a48a7)
  • encode: ✨ support sRGB (0e3f570)
  • encode: ✨ support tEXt (3dc0e2e)
  • encode: ✨ support tIME (613dfdd)
  • encode: ✨ support tRNS with color type 0 (e53c063)
  • encode: ✨ support tRNS with color type 2 (1bf65a4)
  • encode: ✨ support zTXt (2b6fbe8)

Bug Fixes

  • encode: 🐛 fix filter 1, 3 and 4 (cae9672)

1.1.0 (2019-12-29)

Features

  • decode: ✨ support cHRM (6735885)
  • decode: ✨ support gAMA (33b7385)
  • decode: ✨ support hIST (4d78118)
  • decode: ✨ support iCCP (99ee169)
  • decode: ✨ support iTXt (6b867cc)
  • decode: ✨ support pHYs (7b0bf80)
  • decode: ✨ support sBIT (5cef76d)
  • decode: ✨ support sPLT (c58a478)
  • decode: ✨ support sRGB (77edb37)
  • decode: ✨ support tEXt (e0f49b6)
  • decode: ✨ support tIME (fc6df50)
  • decode: ✨ support zTXt (2a348fe)

1.0.0 (2019-12-28)

Features

  • decode: ✨ support crc32 and parse IEND (43f52a4)
  • decode: ✨ support bit depth 1 (b218092)
  • decode: ✨ support bit depth 1 (#2) (7016d2d)
  • decode: ✨ support bit depth 16, filter 1, filter 2 and re (25e5793)
  • decode: ✨ support bit depth 4 (afd8b1f)
  • decode: ✨ support bit depth 8 (1f3d999)
  • decode: ✨ support bKGD chunk (6a2b447)
  • decode: ✨ support color type 2 (e927a0e)
  • decode: ✨ support color type 6 (7710aec)
  • decode: ✨ support filter 3 (9131680)
  • decode: ✨ support filter 4 and color type 4 (88b4950)
  • decode: ✨ support interlace (1bbf6eb)
  • decode: ✨ support tRNS (d32e449)

0.0.1 (2019-11-05)

Features

  • decode: ✨ implement parser (bb4a263)
  • decode: ✨ support colorType 3 and depth 2 (1eebacd)
  • init: ✨ init project (6f2afb4)
  • decode: ✨ support chunk IDAT (71041b4)
  • decode: ✨ implement parser (98fa580)