All Versions
8
Latest Version
Avg Release Cycle
82 days
Latest Release
1146 days ago
Changelog History
Changelog History
-
v0.4.0.1 Changes
April 20, 2020- ๐ฒ #186: Support GHC-8.10.1.
-
v0.4.0.0 Changes
January 19, 2020- ๐ฒ #120: Improve time formatting.
Old:
29-12-2019 22:00:00.000
New:
29 Dec 2019 22:00:00.000 +00:00
(by @vrom911)
- ๐ฒ #144: Add Windows CI check. (by @vrom911)
- ๐ฒ #148: Support GHC-8.8.2. (by @chshersh)
- ๐ฒ #119:
Add new message type that allows printing messages without
Severity
. (by @sphaso) - ๐ฒ #150:
Introduce
formatWith
โ beginner-friendly alias for formatting combinator. (by @chshersh) - ๐ Use
chronos-1.1
as1.0.9
is not Windows-compatible. (by @vrom911) - ๐ฒ #156:
Improve documentation for the
Colog.Concurrent
module. (by @chshersh) - ๐ฒ #146:
Allow
ansi-terminal-0.10
. (by @mpilgrem) - ๐ฒ #124: Implement executable playground for concurrent logging. (by @chshersh)
-
v0.3.0.0 Changes
May 06, 2019- ๐ฒ #77:
Important: Use
chronos
time formatter. This is a breaking change because default field map inRichMessage
now contains different type representing time. If you use your custom formatter for time, you should change it. Othwerwise no observable differences in the library API usage will be noticed. - ๐ฒ #103:
Breaking change: make
Message
data type polymorhic over the type of severity.
Migration guide: this change is done in backwards-compatible way. If you use any fields of the
Message
data type, you should rename them according to the following scheme:messageSeverity -> msgSeverity messageStack -> msgStack messageText -> msgText
- Export more formatting functions to make implementation of custom formatters easier.
- ๐ฒ #96:
Add
simpleMessageAction
andrichMessageAction
to work withMessage
s. - ๐ฒ Use
co-log-core
of version0.2.0.0
.
- ๐ฒ #77:
Important: Use
-
v0.2.0 Changes
November 15, 2018- ๐ฒ #45: Introduce approach for concurrent log writing.
- ๐ฒ #46:
Moves
logStringStdout
,logStringStderr
,logStringHandle
,withLogStringFile
fromColog.Actions
toColog.Core.IO
- ๐ฒ #77:
Remove
relude
from dependencies. Add HLint check to Travis CI. - ๐ฒ #64: Introduce basic benchmarks.
- ๐ฒ #20:
Add experimental support for logger rotation (see
Colog.Rotation
module). - ๐ฒ #39: Support GHC-8.2.2 and GHC-8.6.2.
-
v0.2.0-co
November 15, 2018 -
v0.1.1-co
November 15, 2018 -
v0.1.0 Changes
October 01, 2018- ๐ฒ #37:
Add bounds to all dependencies. Move
Prelude
to theother-modules
section.
- ๐ฒ #37:
Add bounds to all dependencies. Move
-
v0.0.0 Changes
September 25, 2018- ๐ Initially created.