- added Debugging API, which provides
FileLine()
andFileLineFunction()
functions;
- 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;
- added
BackEnd
,BackEndHandlerFunc
that allowsLog()
behaviour to be customised; - added logging API tests;
- ~ renamed examples/flog_fail.(go|md) => examples/logf_fail.(go|md)
- ~ wholesale rename of
diagnosticism
=>Diagnosticism
-
- added several examples
-
- added LogHandler() adapter
- ~ renamed
AbortF()
=>Abortf()
,ConRepF()
=>ConRepf()
,LogF()
=>Logf()
- ~ fix to
Log()
-
- added
ConRep()
+ConRepF()
andAbort()
+AbortF()
- added
-
- added
severity.Severity
- added
-
- added
Log()
andLogF()
- added
FIRST PUBLIC RELEASE