Releases: aarol/reload
Releases · aarol/reload
v1.2.0
Changes
- Deprecated
Log
in favour ofErrorLog
andDebugLog
. These loggers are now separated, andDebugLog
is set tonil
by default. - Deprecated
AllowCaching
in favour ofDisableCaching
. PreviouslyAllowCaching
did the opposite thing it was supposed to, andDisableCaching
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
v1.1.3
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
Changes
- Added MIT License
- Added way to allow/disallow caching by the middleware
Full Changelog: v1.1.1...v1.1.2