Releases: jpmcb/gopherlogs
Releases · jpmcb/gopherlogs
v0.2.0
BREAKING ⚠️
NewLogger
now returns(Logger, error)
- the
LoggerOptions
interface now expectsapply(*CMDLogger) error
LoggerWithTty
-->WithTty
LoggerWithLogVerbosity
-->WithLogVerbosity
LoggerWithLogLevel
->WithLogLevel
LoggerWithLeftPadIndent
->WithLeftPadIndent
LoggerWithTermFileDescriptor
-->WithTermFileDescriptor
LoggerWithColor
-->WithColor
LoggerWithOutputWriter
-->WithOutputWriter
LoggerWithLogFile
-->WithLogFile
See the following for more details on these breaking changes: #2
Testing
- Added github actions testing workflow
v0.1.0
Welcome!
This is the initial release of gopherlogs
and represents a "starting point" for future releases, API changes, and future modifications.
Note: gopherlogs
is starting at 0.1.0
and any future breaking changes may not be represented in the major release version until a 1.x.x
is cut.