Releases: sfomuseum/go-http-sfomuseum
Releases · sfomuseum/go-http-sfomuseum
3.1.2
3.1.1
- Update favicon
3.1.0
What's Changed
- Update to use 2024 logo by @thisisaaronland in #8
- build(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 by @dependabot in #9
Full Changelog: v3.0.0...v3.1.0
3.0.0
What's Changed
- Remove
Logger
fromSFOMuseumOptions
(hence the major version bump) - Update to reflect changes to
sfomuseum/go-http-rollup
v0.0.3 (and related dependencies) - build(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 by @dependabot in #7
Full Changelog: v2.1.2...v3.0.0
2.1.2
- Update vendor deps
- Update
minify
commands - Update
lambda
command to support arm Lambda functions - Update
Dockerfile
to build with Go 1.22
2.1.1
- Update vendor deps
2.1.0
- Add support for
.PageTitle
variable incommon_header.html
2.0.2
- Update to support
Account.Name
in signin navi - Add
header-signin
element ID and corresponding CSS
2.0.1
- Bug fix: Ensure that SFOM images and fonts are served even if we're rolling up JS/CSS assets.
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