samvera / node-iiif

This module provides a full-featured IIIF Image API 2.1 and 3.0 image processor. It covers only the image processing pipeline itself, leaving input and output to the caller.
Apache License 2.0
27 stars 5 forks source link

Replace URL parser with RegEx with configurable path prefix #23

Closed mbklein closed 2 years ago

mbklein commented 2 years ago

This PR:

This will enable samvera-labs/serverless-iiif#52 and samvera-labs/serverless-iiif#73 to be fixed a lot more easily.

I've included a major version bump because it represents a potentially breaking change to previous parsing behavior.