All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update logger value references with pointers
- Modules embed
base_modules.IntegratableModule
andbase_modules.InterruptableModule
for DRYness
- Added GITHUB_WIKI tags where it was missing
- Address legacy linter errors from
golangci-lint
- Changed readme to remove $ sign from code blocks
- Changed log lines to utilize new logger module.
- Rewrite
interface{}
toany
- Updated module constructor to accept a
bus
and not aruntimeMgr
anymore - Registering module with the
bus
viaRegisterModule
method
- Refactored configs into
configs
package
- Introduced this
CHANGELOG.md