Releases: aaronland/go-http-bootstrap
Releases · aaronland/go-http-bootstrap
0.5.0
v0.4.0: Update to support rolling up (minifying and bundling) assets (#6)
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
BootstrapOptions.RollupAssets
flag to trigger use ofgo-http-rollup
- Remove all
*WithPrefix
methods - Add
BootstrapOptions.Prefix
option to indicate optional URI prefix for resources and assets - Add
BootstrapOptions.Logger
flag which is populated by default logger which writes toio.Discard
0.3.0
What's Changed
- Update to enable JS and including JS resources at end of HTML by @thisisaaronland in #5
Full Changelog: v0.2.0...v0.3.0
0.2.0
- Update to support Bootstrap 5.2.3
- Update vendor deps
- Require Go 1.18 or higher
0.1.0
- Update to use Bootstrap 5
- Remove internal
resources
package - Update documentation
0.0.10
- Bug fix: do not double (or triple) encode prefix, if defined.
0.0.9
0.0.8
0.0.7
- Update to Bootstrap 4.6.0
0.0.6
- Update to Bootstrap 4.5.0
- Update to
aaronland/go-http-rewrite
v0.0.5 - Update vendor deps