Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 375 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 375 Bytes

Revision history for monad-logger-extras

0.1.1.2

  • Support GHC 9.12

0.1.1.1

  • Fix haddocks formatting
  • Fix Alternative orphan instance

0.1.1.0

  • Add colorize functions to apply colors to log messages.

0.1.0.0

  • First version.
    • Composable loggers (with implementations for stdout, stderr, syslog)
    • Orphan instances for Alternative and MonadPlus