Releases: theogravity/loglayer
Releases · theogravity/loglayer
v4.8.0
Minor Changes
7033d6e
Thanks @theogravity! - Add support for @datadog/browser-logs
v4.7.0
Minor Changes
14f4ce1
Thanks @theogravity! - Change messages property of ShouldSendToLoggerParams and PluginBeforeMessageOutParams toany
fromMessageDataType
.
This allows for more flexibility in the messages property of these params since external libraries may feed in different types of data.
v4.6.1
Patch Changes
09991a3
Thanks @theogravity! - Update docs
v4.6.0
Minor Changes
- #40
25212bd
Thanks @theogravity! - AddonBeforeMessageOut
callback to plugins
v4.5.0
Minor Changes
- #38
afdfbdd
Thanks @theogravity! - - AddwithError
/withMetadata
/enableLogging
/disableLogging
toILogBuilder
.ILogBuilder
now has<ErrorType = ErrorDataType>
.
v4.4.1
Patch Changes
- #36
40bb3b5
Thanks @theogravity! - Add enable/disableLogger to ILogLayer
v4.4.0
Minor Changes
-
#33
1d67e1f
Thanks @theogravity! - Fix ILogLayer return typesILogLayer#withPrefix()
andILogLayer#withChild()
were of the incorrect return type.Changed to
ILogLayer<ExternalLogger, ErrorType>
.
v4.3.3
Patch Changes
-
a824b32
Thanks @theogravity! - Update README copyUpdates the README intro to sound less... odd.
v4.3.2
Patch Changes
58a9eaa
Thanks @theogravity! - Update readme intro copy
v4.3.1
Patch Changes
-
#29
0d5a9c7
Thanks @theogravity! - Fixes child logger not inheriting plugins.Before plugins, hooks were copied to the child logger, so this fix makes the behavior consistent with prior behavior.
The README for child loggers has been updated
to include that plugins are now inherited.