Skip to content

Releases: Josh-McFarlin/js-image-lib

Release 1.0.1

24 Jun 22:09
Compare
Choose a tag to compare

Docs

  • Added missing documentation to ImageTransformer methods

Release 1.0.0

24 Jun 22:02
Compare
Choose a tag to compare

Breaking

  • Replaced imageTransformer function with default exported ImageTransformer class
  • Replaced ImageFit, ImagePosition, and FlipDirection enums with string union types

Added

  • Implemented fit and position when resizing images
  • Created a ImageTransformer class that uses methods for apply image operations

Fixed

  • Fixed importing jpegs and pngs with alternate color schemes
  • Fixed exporting files in content types that do not support transparency

Release 0.2.0

21 Jun 21:33
Compare
Choose a tag to compare

Changed

  • Changed ImagePosition to string union with additional options
  • Converted ImageFit and FlipDirection types to string unions to match ImagePosition

Release 0.1.7

29 Mar 21:01
Compare
Choose a tag to compare

Added

  • Added new options for ImagePosition

Release 0.1.6

23 Feb 03:22
Compare
Choose a tag to compare

Fix

  • Fix incorrect size used for resizing

Changed

  • Replaced utif with decode-tiff for smaller size
  • Update mime-tree to 0.1.4 to fix incorrect mime detection

Release 0.1.5

18 Feb 04:22
Compare
Choose a tag to compare

Documentation

  • Mark package as side-effect free

Release 0.1.4

18 Feb 01:12
Compare
Choose a tag to compare

Changed

  • Replaced built-in mime type detector with mime-tree

Release 0.1.3

17 Feb 20:36
Compare
Choose a tag to compare

Docs

  • Add short example to README.md

Release 0.1.2

17 Feb 20:30
Compare
Choose a tag to compare

Changed

  • Removed Pako and Buffer from dependencies

Release 0.1.1

17 Feb 20:17
Compare
Choose a tag to compare

Added

  • Initial release moving transformation code from Remix-Image