Skip to content

Releases: aaronland/go-http-bootstrap

0.5.0

05 Jun 18:52
0a06099
Compare
Choose a tag to compare
  • Update to use Bootstrap 5.3.3
  • 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 BootstrapOptions

v0.4.0: Update to support rolling up (minifying and bundling) assets (#6)

23 Mar 00:54
33a2a40
Compare
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 BootstrapOptions.RollupAssets flag to trigger use of go-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 to io.Discard

0.3.0

10 Mar 19:37
986c705
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

0.2.0

28 Dec 17:59
Compare
Choose a tag to compare
  • Update to support Bootstrap 5.2.3
  • Update vendor deps
  • Require Go 1.18 or higher

0.1.0

05 May 21:43
b53691a
Compare
Choose a tag to compare
  • Update to use Bootstrap 5
  • Remove internal resources package
  • Update documentation

0.0.10

22 Mar 23:37
Compare
Choose a tag to compare
  • Bug fix: do not double (or triple) encode prefix, if defined.

0.0.9

20 Mar 19:52
Compare
Choose a tag to compare
  • Do not register handlers for directories, only files

0.0.8

19 Mar 20:58
Compare
Choose a tag to compare
  • Update to bundle assets using embed package
  • Disable inclusion of bootstrap.js by default
  • Update to require Go 1.16

0.0.7

20 Jan 19:50
Compare
Choose a tag to compare
  • Update to Bootstrap 4.6.0

0.0.6

21 Jul 17:47
Compare
Choose a tag to compare
  • Update to Bootstrap 4.5.0
  • Update to aaronland/go-http-rewrite v0.0.5
  • Update vendor deps