Skip to content

Releases: aaronland/go-http-maps

0.4.0

05 Jun 19:26
7b6e395
Compare
Choose a tag to compare

This release introduces major changes and is not backwards compatible

  • Remove Nextzen/Tangram provider
  • Remove SetLogger method from Provider interface
  • Update to reflect changes to sfomuseum/go-http-rollup v0.0.3
  • Update vendor deps

0.3.2

24 Oct 23:23
Compare
Choose a tag to compare
  • Update vendor deps
  • Require Go 1.21

0.3.1

15 Mar 20:34
Compare
Choose a tag to compare
  • Bug fix: Assign aaronland.maps assets correctly

0.3.0

14 Mar 22:48
Compare
Choose a tag to compare
  • Remove http/www/static.go since it is redundant (and there are equivalent methods in maps.go)
  • This release is not backwards compatible

0.2.0

14 Mar 21:53
52ae198
Compare
Choose a tag to compare

This release introduces major changes and is not backwards compatible

  • Update to optionally use sfomuseum/go-http-rollup. CSS and JavaScript files are bundled and minified if enabled and if there are more than two files being served.
  • Add LeafletOptions.RollupAssets flag to trigger use of go-http-rollup
  • Remove all *WithPrefix methods
  • Update to use aaronland/go-http-leaflet v0.4.0
  • Update to use aaronland/go-http-tangramjs v0.3.0
  • Update to use sfomuseum/go-http-protomaps v0.2.0

0.1.0

10 Mar 20:33
86583ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.1.0

0.0.17

07 Mar 01:26
Compare
Choose a tag to compare
  • Update vendor deps

0.0.16

23 Jan 18:59
Compare
Choose a tag to compare
  • Update vendor deps

0.0.15

19 Jan 21:06
Compare
Choose a tag to compare
  • Bug fix: ensure map args are passed correctly in aaronland.maps.js

0.0.14

18 Jan 19:58
Compare
Choose a tag to compare
  • Update to use aaronland/go-http-static