Releases: samvera/node-iiif
Releases · samvera/node-iiif
v7.0.0
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
What's Changed
- Gracefully fall back when sharp.metadata() returns
NaNpages
Full Changelog: v6.1.3...v6.1.4
v6.1.3
What's Changed
- Update to
sharpv0.3.4 - Auto-orient images based on EXIF orientation metadata before transforming
- Export
Calculatortypes independent of processor without depending onsharp
Full Changelog: v6.0.0...v6.1.3
TypeScript Refactor
- 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