All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix linter issues [#22] (#22)
- Refactored Switch into a simpler interface that removes internal concurrency
- Ensure that as much as possible test logging goes through testing.T
- Added tests for the main DI container
- README text
- Refactored the main package for modularity in case we want to migrate to a separate package
- Switch to --http, -h for consistency with the go tool chain
- Support dynamic HTTP ports
- Added the Postponer interface
- Better description
- Initial creation