Skip to content

Latest commit

 

History

History
68 lines (31 loc) · 1.26 KB

CHANGES.md

File metadata and controls

68 lines (31 loc) · 1.26 KB

Diagnosticism.Go Changes

0.7.0 - 22nd February 2025

  • added Debugging API, which provides FileLine() and FileLineFunction() functions;

0.6.1 - 22nd February 2025

  • added go.mod and go.sum;
  • refactored module version in terms of ver2go;
  • added examples/version.go example;
  • general reformatting with latest (1.24) version of Go;
  • added VS Code settings;

0.6.0 - 23rd July 2020

  • added BackEnd, BackEndHandlerFunc that allows Log() behaviour to be customised;
  • added logging API tests;

0.5.0.1 - 22nd July 2020

  • ~ renamed examples/flog_fail.(go|md) => examples/logf_fail.(go|md)

0.5.0 - 20th July 2020

  • ~ wholesale rename of diagnosticism => Diagnosticism

0.4.0 (unchanged) - 8th July 2019

    • added several examples

0.4.0 - 8th July 2019

    • added LogHandler() adapter

0.3.2 - 4th June 2019

  • ~ renamed AbortF() => Abortf(), ConRepF() => ConRepf(), LogF() => Logf()

0.3.1 - 1st June 2019

  • ~ fix to Log()

0.3.0 - 1st June 2019

    • added ConRep() + ConRepF() and Abort() + AbortF()

0.2.0 - 30th May 2019

    • added severity.Severity
    • added Log() and LogF()

0.1.0 - 28th March 2019

FIRST PUBLIC RELEASE