gocraft/web v1.1 Release Notes

Release Date: 2014-09-03 // over 9 years ago
  • โœ… Went from ~70% to ~96% test coverage.

    Minor features:

    • ๐Ÿ‘ Proper HEAD support
    • ๐Ÿ‘Œ Support more of net/http's interfaces: Hijacker, CloseNotifier, Flusher
    • ๐Ÿ”Œ Pluggable loggers for the LoggerMiddlware and the PanicNotifier.

    ๐Ÿš€ NOTE: Some types had their exportedness changed to private, so this release does have some minor backwards incompatibility if you happened to be using those types (there was no reason to).


Previous changes from v1.0

  • ๐Ÿท Tagging the release for gopkg.in.