Releases: agschwender/autoreload
Release 1.1.2
Improve handling of bad options in the autoreload options:
nil
as theWithLogger
logger will be treated as disabling logging.- Less than 1 for
WithMaxAttempts
will be treated as 1. nil
as theWithOnReload
will be treated as a no-op function.
Change Logger
interface to no longer Fatal
. Instead it will Error
to avoid requiring that the callers function actually exit the program. This is a breaking change that will require re-implementation of the Logger
.
Version 1.1.1
Update the autoreload
package to trigger on reload on more fsnotify
events. This will allow the autoreloader
command to behave properly when running within a docker container.
Version 1.1.0
Re-introduces the autoreloader
command to allow auto-reload functionality without having to modify your application.
Version 1.0.2
This release removes the autoreloader executable as it was unable to reload the application while executing another command. More work will need to be done to determine why this is happening in order to re-enable this feature.
Version 1.0.1
Lower minimum golang version
Initial Release
Initial release of the package.