Skip to content

Releases: zjc17/exif-web

v0.3.2

30 Apr 03:23
Compare
Choose a tag to compare

Changelog

  • 1e2a5f7 [Feature] add unit test
  • 9d9cf84 [Feature] add unit test
  • a3c24c4 [Feature] add codecov workflow status badge
  • ac406ca [Feature] enable codecov workflow
  • 85e7bd3 [Feature] unit test
  • 9ce6651 [Feature] use buffered channel to prevent race condition

v0.3.1

29 Apr 15:59
Compare
Choose a tag to compare

Changelog

  • 5631866 [Feature] update readme for docker-compose usage
  • d1c6736 [Feature] update readme
  • bddc495 [Feature] add docker-compose configuration
  • 3f6020b [Optimize] use channel without buffer
  • cfd5048 [Bugfix] fix timeout handle. use goroutine to execute javascript code
  • 3a45825 [Feature] inject callback function to handle javascript promise

v0.3.0

29 Apr 07:46
Compare
Choose a tag to compare

Changelog

  • 7192f77 [Feature] update readme
  • f8d2828 [Feature] simple cache & persistent storage by sqlite

v0.2.0

28 Apr 17:06
Compare
Choose a tag to compare

Changelog

  • b57a98f [Feature] webui support
  • 9bcfb79 [Feature] refactor project to make some api public
  • a709e6a [Feature] update readme

v0.1.0

28 Apr 10:22
Compare
Choose a tag to compare

Changelog

  • 97ebb73 [Feature] dockerize and github workflow
  • d3eaf72 [Feature] add readme
  • 74a8ed2 Create LICENSE
  • 1fc871c [Feature] switch js library and support png
  • 9df71ad [Feature] pass request origin header to referer
  • 2fe8ac5 [Feature] api support
  • e3957eb [Feature] add js library into vsc but ignore by linguist
  • d19480f [Feature] use goja and exifr lib to parse exif info in golang
  • d932720 Initial commit