Releases: ContainerSSH/log
1.1.6: Added timing information
This release adds timing information to successful tests.
1.1.5: Beautify log output
This release sorts the tests and displays a collapsible test result even if there are no logs to format the tests uniformly.
1.1.4: Bugfixes for test logger
This release fixes a number of bugs found when using the test logger for GitHub Actions output.
1.1.3: Changed icons and colors
This release changes the icons and colors for the GitHub Actions output.
1.1.2: Removed panic on last line
This release removes the last line panic.
1.1.1: Bumped Go requirements to 1.16
This release bumps the Go requirements to 1.16.
1.1.0: Test logging for GitHub Actions
This release adds a preview of the GitHub Actions logging, which can be enabled by adding the following method:
func TestMain(m *testing.M) {
log.RunTests(m)
}
1.0.0: First stable version
This version removes the deprecated Debugf
, etc. calls and tags the log package as stable for ContainerSSH 0.4.0.
0.9.13: JSON/YAML tags
This release adds tags to exclude not used fields from the configuration structure.
0.9.12: CODES.md generation
This release adds a utility to automatically generate an overview file of all message codes. See the readme for details.