Skip to content

Releases: aarol/reload

v1.2.0

27 Dec 21:27
Compare
Choose a tag to compare

Changes

  • Deprecated Log in favour of ErrorLog and DebugLog. These loggers are now separated, and DebugLog is set to nil by default.
  • Deprecated AllowCaching in favour of DisableCaching. Previously AllowCaching did the opposite thing it was supposed to, and DisableCaching is a better for it.
  • Fixed failing to watch for changes in temporary files (#3)
  • Updated README

Full Changelog: v1.1.4...v1.2.0

v1.1.4

07 Dec 20:24
Compare
Choose a tag to compare

What's changed

  • Removed tests, and the dependency on testify (there weren't that many tests, and they weren't very useful)
  • Updated dependencies to latest version
  • Credited go-chi's WrapWriter middleware in wrap_writer.go

Full Changelog: v1.1.3...v1.1.4

v1.1.3

25 Jun 08:09
b3755a5
Compare
Choose a tag to compare

What's Changed

  • fix(reload.go): Negotiate WSS connection when server is running HTTPS by @coding-native in #2

Full Changelog: v1.1.2...v1.1.3

v1.1.2

27 Feb 09:55
Compare
Choose a tag to compare

Changes

  • Added MIT License
  • Added way to allow/disallow caching by the middleware

Full Changelog: v1.1.1...v1.1.2