Releases: co-log/co-log
Releases · co-log/co-log
v0.7.0.0
v0.6.1.2
v0.6.1.1
What's Changed
- Support GHC9.10 by @albertodvp in #275
- Support
ghc-9.12
. by @alaendle in #276
New Contributors
- @albertodvp made their first contribution in #275
Full Changelog: v0.6.1.0...v0.6.1.1
v0.6.1.0
What's Changed
- GA(deps): Bump actions/cache from 3 to 4 by @dependabot in #273
- docs: refine the loggert tutorials by @xieyuschen in #272
- Support ghc-9.8. by @alaendle in #270
Full Changelog: v0.6.0.0...v0.6.1.0
v0.6.0.0
What's Changed
- Support GHC-9.6 - replace
typerep-map
withdependent-map
. by @alaendle in #264 - Support GHC 9.4. by @alaendle in #252
- Add MonadUnliftIO instance by @newhoggy in #240
- Update CI tested GHC versions & workaround for GHC < 9.4.5 (run-st, primitive-unlifted) by @alaendle in #257
- Derive
MonadFail
forLoggerT
by @alaendle in #260 - docs: use relative path to benefit locally reading by @xieyuschen in #253
- docs: refine readme by @xieyuschen in #254
- tutorials: add demo for LoggerT and SimpleMsg, #84 by @xieyuschen in #256
- docs: add a link to tutorial pages and aggregate all tutorial pages by @xieyuschen in #259
- tutorials: add a tutorial for loggert and message by @xieyuschen in #261
- Create tags and upload package candidates on version bumps. by @alaendle in #265
- Added @alaendle as code owner. by @alaendle in #258
- GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in #263
New Contributors
- @xieyuschen made their first contribution in #253
- @newhoggy made their first contribution in #240
Full Changelog: v0.5.0.0...v0.6.0.0
v0.5.0.0 - GHC-9.2
What's Changed
- [#187] Move 'Colog.Concurrent' into separate package 'co-log-concurrent' by @vrom911 in #233
- [#189] Add OSX check on CI by @chshersh in #234
- GA(deps): Bump actions/checkout from 2 to 3 by @dependabot in #237
- Just use an existing path to be able to start the play-colog example … by @alaendle in #236
- GA(deps): Bump haskell/actions from 1.2 to 2.0 by @dependabot in #242
- Fix logs printing in multiple threads by @worm2fed in #243
- Fix for CI build. by @alaendle in #245
- GA(deps): Bump actions/cache from 2 to 3.0.1 by @dependabot in #241
- GA(deps): Bump actions/cache from 3.0.1 to 3.0.10 by @dependabot in #246
- GA(deps): Bump actions/cache from 3.0.10 to 3.0.11 by @dependabot in #247
- Allow building with GHC 9.2 by @jhrcek in #248
- Prepare 0.5.0.0 release by @vrom911 in #250
New Contributors
- @alaendle made their first contribution in #226
- @worm2fed made their first contribution in #243
- @jhrcek made their first contribution in #248
Full Changelog: v0.4.0.1...v0.5.0.0
co-log-core-0.2.1.1 + co-log-0.4.0.1 + co-log-polysemy-0.0.1.1
GHC-8.10 support.
co-log-core-0.2.1.0 + co-log-0.4.0.0 + co-log-polysemy-0.0.1.0
co-log-core
New in co-log-core-0.2.1.0
can be found in co-log-core/CHANGELOG.md.
co-log
New in co-log-0.4.0.0
can be found in co-log/CHANGELOG.md.
co-log-polysemy
New in co-log-polysemy-0.0.1.0
can be found in co-log-polysemy/CHANGELOG.md.
v0.3.0.0: Extensible effects, faster time, docs and tutorial
- New package:
co-log-polysemy-0.0.0.0
- New version of core functions with new combinators and even better docs:
co-log-core-0.2.0.0
- New version of main logging library with more flexible interface:
co-log-0.3.0.0
- Series of tutorials has started
See CHANGELOG.md for more details.
v0.2.0: co-log - multithreading, rotation, benchmarks
v0.2.0-co-log [#13] Improve documentation and description (#72)