Skip to content

Releases: agschwender/autoreload

Release 1.1.2

22 Nov 00:35
8b6fab3
Compare
Choose a tag to compare

Improve handling of bad options in the autoreload options:

  • nil as the WithLogger logger will be treated as disabling logging.
  • Less than 1 for WithMaxAttempts will be treated as 1.
  • nil as the WithOnReload 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

18 Nov 17:14
7940231
Compare
Choose a tag to compare

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

18 Nov 15:13
57a83cc
Compare
Choose a tag to compare

Re-introduces the autoreloader command to allow auto-reload functionality without having to modify your application.

Version 1.0.2

18 Nov 11:06
ca07d44
Compare
Choose a tag to compare

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

18 Nov 02:45
e854d1c
Compare
Choose a tag to compare

Lower minimum golang version

Initial Release

18 Nov 02:28
022ee7f
Compare
Choose a tag to compare

Initial release of the package.