Releases: sfomuseum/go-exif-update
Releases · sfomuseum/go-exif-update
0.2.1
0.2.0
What's Changed
- Update to use
sfomuseum/js-sfomuseum-golang-wasmby @thisisaaronland in #15 - Update to use
sfomuseum/js-sfomuseum-golang-wasmin place ofsfomuseum/go-http-wasm - Replace use of
sfomuseum/go-http-bootstrapwith staticbootstrap.min.css - Update vendor deps
New Contributors
- @thisisaaronland made their first contribution in #15
Full Changelog: v0.1.3...v0.2.0
0.1.3
What's Changed
- Bump golang.org/x/net from 0.8.0 to 0.23.0 by @dependabot in #13
- Update vendor deps
Full Changelog: v0.1.2...v0.1.3
0.1.2
What's Changed
- Bump golang.org/x/net from 0.0.0-20221002022538-bcab6841153b to 0.7.0 by @dependabot in #10
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.1.1...v0.1.2
0.1.1
- Update demo to use
sfomuseum/go-http-wasm - Update vendor deps
- Require Go 1.18 or higher
0.1.0
- Update to use Go 1.17.2
wasm_exec.jsto account for golang/go#48797 - Update vendor deps
0.0.3
- Update to support EXIF
RATIONALandSRATIONALvalues. - Add
update.PrepareAndUpdateMethodconvenience method. - Add support for non-standard
X-LatitudeandX-Longitudeproperties. - Add a variety of convenience methods for "preparing" GPS-related properties.
0.0.2
- Update
cmd/update-exif-wasmto use JavaScript promises. - Update
cmd/update-exif-wasm-demoto support JavaScript promises. - The JavaScript bindings for invoking the
update-exif-wasmcode are not backwards compatible in this release.
0.0.1
- Initial release.