Releases: aaronland/go-http-maps
Releases · aaronland/go-http-maps
0.4.0
0.3.2
- Update vendor deps
- Require Go 1.21
0.3.1
- Bug fix: Assign aaronland.maps assets correctly
0.3.0
- Remove
http/www/static.go
since it is redundant (and there are equivalent methods inmaps.go
) - This release is not backwards compatible
0.2.0
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 ofgo-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
What's Changed
- Add support for including JS resources at end of HTML by @thisisaaronland in #6
Full Changelog: v0.0.17...v0.1.0
0.0.17
- Update vendor deps
0.0.16
- Update vendor deps
0.0.15
- Bug fix: ensure map args are passed correctly in
aaronland.maps.js
0.0.14
- Update to use
aaronland/go-http-static