Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 808 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 808 Bytes

Changelog

1.2.2

  • Remove an unintentional Debug.Break() from a core function

1.2.1

  • Better structured logging #12
  • Support most printf-style format specifiers #20
  • Support .NET-style format strings #20
  • klogf and vlogf* functions #23

1.1.1

  • Expose ExpectoMsLoggerAdapter as a generic ILogger<'T> #8

1.1.0

  • Fix Fable package being broken due to incorrect usage of the FABLE_COMPILER conditional
    • Now, Fable projects should use: open Fable.FSharp.Logf

1.0.2

  • Relax dependency versions

1.0.0

  • Initial release