Skip to content
  1. Apr 05, 2016
    • Toralf Wittner's avatar
      Change `setFormat` to accept `Maybe DateFormat`. · 871e7115
      Toralf Wittner authored
      Commit 5cf41025 introduced a bug which
      prevented client code from being able to clear the date format in
      settings. By implicitly wrapping the argument in a `Just` the actual
      timestamp rendering kicked in which produced an empty field in the log
      output.
      
      This commit fixes this behaviour by changing `setFormat` to take a
      `Maybe DateFormat` parameter. Client code can pass in `Nothing` to
      disable timestamps.
      871e7115
  2. Mar 20, 2016
  3. Mar 19, 2016
  4. Mar 10, 2016
    • Toralf Wittner's avatar
      Make `DateFormat` a function. · 5cf41025
      Toralf Wittner authored
      As discussed in #3, this exposes the `DateFormat` constructor to allow
      clients complete control over turning `UnixTime` values into
      `ByteStrings`.
      5cf41025
  5. Jun 29, 2015
  6. Mar 28, 2015
  7. Mar 07, 2015
  8. Dec 09, 2014
  9. Nov 26, 2014
  10. Nov 13, 2014
  11. Sep 12, 2014
  12. Aug 26, 2014
  13. Aug 01, 2014
  14. Jul 04, 2014
  15. Jul 03, 2014
  16. Jul 02, 2014
  17. Jul 01, 2014
  18. May 01, 2014
  19. Apr 29, 2014
  20. Apr 28, 2014
  21. Apr 23, 2014
  22. Apr 22, 2014
  23. Apr 01, 2014
  24. Mar 26, 2014
  25. Mar 19, 2014
  26. Jan 13, 2014