Releases: sfomuseum/go-whosonfirst-media
Releases · sfomuseum/go-whosonfirst-media
0.0.16
- Don't assume
opts.Feature
in clone operations. - Update vendor deps.
0.0.15
- In
operations/process/report.go
renameDataURI
asWriterURI
. - Update vendor deps.
0.0.14
- Add support for callbacks in
process/report.go
. - Add
operations/gather.GatherImageResponseWithPath
.
0.0.13
- Remove local "lookup" packages which have been superseded by the
go-lookup
packages.
0.0.12
- Stop failing hard (for now) when a conflict is encountered in
lookup
code.
0.0.11
- Refactor all the
lookup
code; backwards incompatible.
0.0.10
- Do not bother with
goimagehash.ExtImageHash
for now.
0.0.9
- Encode image hash data in
media/feature.go
.
0.0.8
- This release is backwards incompatible.
- Add support for deriving image hashes.
- Update to use Go Cloud blob.Bucket.
- Rename
gather.GatherPhotos...
asgather.GatherImages...
0.0.7
- Update variable names in
operations/process/report.go
.