Changelog for tinylog-0.14.0
0.14.0
setFormat
now expects aMaybe DateFormat
to allow for not having a date format at all.
0.13.0
- Change
DateFormat
representation toUnixTime -> ByteString
. This is mainly to allow clients complete control over date and time formatting.
0.12.1
- Relax upper-bound of
fast-logger
dependency.
0.12.0
- Add support for logger-specific log-levels.
- Changed logger
name
in settings toMaybe Text
.
0.10
- Introduce
Settings
module.
0.9
- Add support for netstrings encoding.
0.8
- Initial release.