Releases: maxbolgarin/contem
Releases · maxbolgarin/contem
v1.3.0
Release v1.3.0 | 14.11.2024
Features
Misc
v1.2.0
Release v1.2.0 | 02.10.2024
Features
- Add panic recover to Start
Misc
- Add info about options in Start's godoc
v1.1.0
Release v1.1.0 | 21.09.2024
Features
- Add
Start
function, that makes working with contem much easier! - Make
Options
exported and addNewWithOptions
to provide it as a struct. - Add new options:
RegularCloseFilesOrder
,NoParallel
. - Add
LogzeToLogger
function to convert logze tocontem.Logger
. - Add ability to set a custom exit code in case of error.
Misc
- Add tests for new options.
- Add more examples.
- Add Start example to README.
v1.0.0
Add contem — zero-dependency drop-in context.Context replacement for graceful shutdown