Releases: aaronland/go-http-leaflet
Releases · aaronland/go-http-leaflet
0.5.1
0.5.0
- Update to reflect changes to
sfomuseum/go-http-rollupv0.0.3 - This release is not backwards compatible as it removes the
Loggerproperty fromLeafletOptions
0.4.3
What's Changed
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #13
Full Changelog: v0.4.2...v0.4.3
0.4.2
What's Changed
- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #11
Full Changelog: v0.4.1...v0.4.2
0.4.1
- Update to use Leaflet 1.9.4
0.4.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.RollupAssetsflag to trigger use ofgo-http-rollup - Remove all
*WithPrefixmethods - Add
LeafletOptions.Prefixoption to indicate optional URI prefix for resources and assets - Add
LeafletOptions.Loggerflag which is populated by default logger which writes toio.Discard - Replace
LEAFLET_APPEND_RESOURCESconstant withLeafletOptions.AppendLeafletResourcesflag - Replace
LEAFLET_APPEND_ASSETSconstant withLeafletOptions.AppendLeafletAssetsflag
0.3.0
- Update to use
aaronland/go-http-staticv0.0.3 - Add
LeafletOptions.AppendJavaScriptAtEOFflag to append <script> elements at the end of HTML document.
0.2.2
What's Changed
- Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.2.1...v0.2.2
0.2.1
- Update to use
aaronland/go-http-static
0.2.0
- Update to use Leaflet 1.9.3
- Replace use of
Leaflet.Drawwithleaflet-geoman