Skip to content

Latest commit

 

History

History
98 lines (40 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

98 lines (40 loc) · 3.71 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.8 (2020-01-26)

Note: Version bump only for package @thi.ng/pixel

0.1.7 (2020-01-24)

Note: Version bump only for package @thi.ng/pixel

0.1.6 (2019-11-30)

Note: Version bump only for package @thi.ng/pixel

0.1.5 (2019-11-09)

Note: Version bump only for package @thi.ng/pixel

0.1.4 (2019-09-21)

Bug Fixes

  • pixel: clamp values in PackedChannel.setFloat() (ce78467)

0.1.3 (2019-08-21)

Note: Version bump only for package @thi.ng/pixel

0.1.2 (2019-08-16)

Note: Version bump only for package @thi.ng/pixel

0.1.1 (2019-07-31)

Note: Version bump only for package @thi.ng/pixel

0.1.0 (2019-07-31)

Bug Fixes

  • pixel: byte order fixes, extract luminance fns (b3c79e3)
  • pixel: fast-route check in setChannel() (b59069a)
  • pixel: update 16bit formats & handling in getChannel (aa15179)
  • pixel: update clampRegion(), adjust src pos if dest is outside (bb6ba47)
  • pixel: update prepRegions() (ad8d2d7)

Features

  • pixel: (#106) add IBlend interface/impls, refactor IBlit (e068f46)
  • pixel: (#106) add Uint16Buffer, update IColorChannel, add Channel.GRAY (3088646)
  • pixel: add 16bit formats, add docs, update readme (5d72c37)
  • pixel: add buffer() syntax sugar, PackedBuffer.forEach (bc17ac9)
  • pixel: add channel float accessors, update PackedChannel (b4168f8)
  • pixel: add invert, add/split interfaces, refactor blit fns (22a456a)
  • pixel: add PackedBuffer.fromCanvas(), update readme (ac283ee)
  • pixel: add pre/postmultiply & isPremultiplied checks (969d6b8)
  • pixel: complete rewrite/simplify/extend using format descriptors (cde7bf9)
  • pixel: initial import pixel buffer pkg (1836ea7)
  • pixel: updat setChannel, add ALPHA8, update readme (899f1a3)
  • pixel: update canvasPixels() (5ea200d)