All Versions
40
Latest Version
Avg Release Cycle
111 days
Latest Release
1506 days ago

Changelog History
Page 4

  • v1.3.2 Changes

    • โšก๏ธ Minor dependencies update.
  • v1.3.1 Changes

    • ๐Ÿ›  Fix minor bug with stdout severity.
  • v1.3.0 Changes

    • ๐Ÿ‘ Allow to use arbitrary text formatter function.
  • v1.2.4 Changes

    • โž• Add ability to specify time format for logs.
    • Some space leaks elimination:
      • The MemoryQueue has been partially reworked to get rid of the "inline" State manipulation;
      • Strings have been dropped almost everywhere in favour of Text;
      • A LogFormatter has been reworked to yield a IO Builder;
      • replaceVarM has been reworked to be pure and to work with builders rather than plain Text/Strings;
      • The pure logger has been reworked to use strict's StateT instead of WriterT;
      • The pure logger have been polished to drop instances which required the UndecidableInstances pragma;
      • The Sized instance for Text has been reworked and multiplied by a constant factor of 16 (see below).
  • v1.2.3 Changes

    • ๐ŸŒฒ Now we create a directory for log files if it's missing.
  • v1.2.2 Changes

    • ๐Ÿ›  Fixed memory leak (PR #17).
  • v1.2.1 Changes

    • ๐Ÿ‘Œ Supports Unix paths in log configs even on Windows.
  • v1.2.0 Changes

    • ๐Ÿ‘‰ Uses universum-0.6.1.
  • v1.1.4 Changes

    • โž• Add CanLog and HasLoggerName instances for both strict and lazy State.
  • v1.1.3 Changes

    • โž• Add config parameter to print ThreadId optionally.
    • ๐Ÿ— Boolean monoidal builders for LoggerConfig now set boolean parameter to default โ‰  mempty parameter.