Skip to content

Releases: jpmcb/gopherlogs

v0.2.0

11 May 20:54
Compare
Choose a tag to compare

BREAKING ⚠️

  • NewLogger now returns (Logger, error)
  • the LoggerOptions interface now expects apply(*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

06 Jan 16:34
Compare
Choose a tag to compare

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.