Skip to content

Releases: samvera/node-iiif

v7.0.0

18 Dec 21:04
v7.0.0
a6e6a2a

Choose a tag to compare

What's Changed

  • Made entire suite able to pass the IIIF Image API Validator
  • Added automatic redirect for requests that don't specify a transformation or info.json
  • Added return types for redirect and error as well as content, eliminating most situations in which IIIFError was thrown
  • Improved test suite
  • Added validator to test suite

Full Changelog: v6.1.5...v7.0.0

v6.1.4

04 Dec 22:09
v6.1.4
26898a5

Choose a tag to compare

What's Changed

  • Gracefully fall back when sharp.metadata() returns NaN pages

Full Changelog: v6.1.3...v6.1.4

v6.1.3

17 Sep 22:03
0fb3cf7

Choose a tag to compare

What's Changed

  • Update to sharp v0.3.4
  • Auto-orient images based on EXIF orientation metadata before transforming
  • Export Calculator types independent of processor without depending on sharp

Full Changelog: v6.0.0...v6.1.3

TypeScript Refactor

25 Aug 16:25
v6.0.0
ee8a6f2

Choose a tag to compare

  • Convert all source, tests, and examples to TypeScript, with good type checking, linting, and coverage
  • Update documentation and type declarations
  • Declare untyped dependencies as modules
  • Make StreamResolver async-only
  • Deprecate two-argument StreamResolver with callback