2.0.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
SFOMuseumOptions.RollupAssets
flag to trigger use ofgo-http-rollup
- Remove all
*WithPrefix
methods - Remove incline CSS/JS directives from
inc_collection_navi
and addSFOMuseumOptions.EnableCollectionNavi
method - Add
SFOMuseumOptions.Prefix
option to indicate optional URI prefix for resources and assets - Add
SFOMuseumOptions.Logger
flag which is populated by default logger which writes toio.Discard
- Replace
INCLUDE_LEAFLET
constant withProtomapsOptions.AppendLeafletResources
flag andProtomapsOptions.AppendLeafletAssets
flags - Update to use
aaronland/go-http-leaflet
v0.4.0