Releases: sfomuseum/go-http-protomaps
Releases · sfomuseum/go-http-protomaps
0.3.0
What's Changed
- Update to reflect changes to
sfomuseum/go-http-rollup
v0.0.3 - This release is not backwards compatible as it removes the
Logger
property fromProtomapsOptions
- Bump golang.org/x/net from 0.8.0 to 0.23.0 by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.2.0...v0.3.0
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
ProtomapsOptions.RollupAssets
flag to trigger use ofgo-http-rollup
- Remove all
*WithPrefix
methods - Add
ProtomapsOptions.Prefix
option to indicate optional URI prefix for resources and assets - Add
ProtomapsOptions.Logger
flag which is populated by default logger which writes toio.Discard
- Replace
LEAFLET_APPEND_RESOURCES
constant withProtomapsOptions.AppendLeafletResources
flag - Replace
LEAFLET_APPEND_ASSETS
constant withProtomapsOptions.AppendLeafletAssets
flag - Update to use
aaronland/go-http-leaflet
v0.4.0
0.1.0
What's Changed
- Add support for appending JS resource at end of HTML by @thisisaaronland in #3
New Contributors
- @thisisaaronland made their first contribution in #3
Full Changelog: v0.0.16...v0.1.0
0.0.16
- Bug fix: Remove errant conditional building URIs
- Update
protomaps.js
- Update vendor deps
0.0.15
- Bug fix: Do not double (or triple) prefix opts
0.0.14
0.0.13
- Update to support protomaps.js v0.15.0
0.0.12
- Update to
protomaps.js
v0.3.5
0.0.11
- Update to
protomaps.js
v0.3.3
0.0.10
- Update to use protomaps.js v0.2.0