co-log-core
uses PVP Versioning.
The change log is available on GitHub.
- Allow
doctest-0.24
.
Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.4...v0.3.2.5
- Support ghc-9.12.
Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.3...v0.3.2.4
- Allow
doctest-0.23
.
Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.2...v0.3.2.3
- GA(deps): Bump actions/cache from 3 to 4 by @dependabot in #40
- Support ghc-9.10. by @alaendle in #41
Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.1...v0.3.2.2
- Relax doctest boundaries. by @alaendle in #32
- GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in #35
- Allow doctest-0.22 by @Vekhir in #36
- [#29] Support GHC 9.6 by @vrom911 in #33
- Support ghc-9.8 by @alaendle in #37
- Publish to hackage directly from GitHub by @alaendle in #38
- @Vekhir made their first contribution in #36
Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1
- #25: Support GHC-9.4.
-
#223: Support GHC-9.0.1.
-
#176: Add
logFlush
action to flush the givenHandle
.Breaking change: All
withLog*File
functions how flush handle after logging each message. Now you'll see logs in the file immediately.Migration guide: If you rely on the previous behaviour, then copy-paste corresponding functions and remove flushing.
-
Update maintainers information to the new Co-Log organization.
- #186: Support GHC-8.10.1.
- #139:
Add (unrepresentable)
Functor
instance forLogAction
with the custom type-error. (by @vrom911) - #148: Support GHC-8.8.2. (by @chshersh)
- #122:
Add the
separate
combinator. (by @vrom911) - #125: Add monadic versions of contravariant functions. (by @piq9117)
- #138:
Add
hoistLogAction
— higher-order transformation function. (by @jiribenes) - #123:
Write default implementation to
getLogAction
vialogActionL
. (by @SanchayanMaity)
- #85:
Move
overLogAction
toHasLog
typeclass - #101:
Add
logActionL
lens with default implementation toHasLog
type class. - #99:
Add comonadic combinators:
duplicate
andmultiplicate
. - #78: Improve documentation significantly.
- #63:
Add
logPrint
,logPrintStderr
,logPrintHandle
andwithLogPrintFile
toColog.Core.IO
. - #46:
Moves
logStringStdout
,logStringStderr
,logStringHandle
,withLogStringFile
fromColog.Actions
toColog.Core.IO
. - #48:
Adds
liftLogIO
function. - #49:
Add
<&
and&>
operators forunLogAction
. - #47:
Add
doctest
tests. - #13:
Add
.cabal
file description and improve documentation. - #39: Support GHC-8.2.2 and GHC-8.6.2.
- Initially created.