Skip to content

Releases: go-iiif/go-iiif-uri

0.5.2

08 Aug 21:47
Compare
Choose a tag to compare
  • Improved error reporting
  • Update vendor deps

0.5.1

13 Jul 15:47
Compare
Choose a tag to compare
  • Ensure file:// URIs have leading slash if creating from scheme-less URI

0.5.0

04 Jul 21:39
Compare
Choose a tag to compare
  • Update to use aaronland/go-roster
  • Added tests
  • This release is not backwards compatible

0.4.3

16 Oct 19:08
Compare
Choose a tag to compare
  • Update idsecret.go to allow string IDs.
  • Add option ensure-id query parameter to idsecret:// URIs.

0.4.2

22 Apr 18:38
Compare
Choose a tag to compare
  • Remove debugging output.

0.4.1

22 Apr 16:59
Compare
Choose a tag to compare
  • Update idesecret.go to parse/format uint64 (rather than int64) values.

0.4.0

21 Apr 16:48
Compare
Choose a tag to compare
  • Update idsecret:// URIs to accept a prefix parameter.

0.3.1

20 Apr 15:48
Compare
Choose a tag to compare
  • Update IdSecret URI to accept an optional ?root= parameter (overrides default "id2path" root value).

0.3.0

01 Nov 18:45
Compare
Choose a tag to compare
  • Backtrack entirely from 0.2.0 release(s) and use net/url.Path for paths.
  • Add New{DRIVER}URIString methods across the board.
  • Better error checking.

0.2.1

01 Nov 18:13
Compare
Choose a tag to compare
  • Update idsecret driver to not repeat ID in Target() URI.