Skip to content

Releases: aaronland/go-http-leaflet

0.5.1

30 Oct 18:35

Choose a tag to compare

  • Update to use aaronland/go-http/v3

0.5.0

05 Jun 19:00

Choose a tag to compare

  • Update to reflect changes to sfomuseum/go-http-rollup v0.0.3
  • This release is not backwards compatible as it removes the Logger property from LeafletOptions

0.4.3

15 May 20:19
75525b3

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

0.4.2

20 Feb 15:30
5683650

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

0.4.1

04 Jan 18:54

Choose a tag to compare

  • Update to use Leaflet 1.9.4

0.4.0

14 Mar 21:31

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
  • Add LeafletOptions.Prefix option to indicate optional URI prefix for resources and assets
  • Add LeafletOptions.Logger flag which is populated by default logger which writes to io.Discard
  • Replace LEAFLET_APPEND_RESOURCES constant with LeafletOptions.AppendLeafletResources flag
  • Replace LEAFLET_APPEND_ASSETS constant with LeafletOptions.AppendLeafletAssets flag

0.3.0

10 Mar 00:47

Choose a tag to compare

  • Update to use aaronland/go-http-static v0.0.3
  • Add LeafletOptions.AppendJavaScriptAtEOF flag to append <script> elements at the end of HTML document.

0.2.2

07 Mar 00:57
5aea65a

Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0 by @dependabot in #8

New Contributors

Full Changelog: v0.2.1...v0.2.2

0.2.1

23 Jan 18:51

Choose a tag to compare

  • Update to use aaronland/go-http-static

0.2.0

12 Jan 02:06
4037f05

Choose a tag to compare

  • Update to use Leaflet 1.9.3
  • Replace use of Leaflet.Draw with leaflet-geoman