log-warper v1.2.4 Release Notes

    • ➕ 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).