@loglayer/shared
Changelog
2.2.1
Patch Changes
- #175
a66ce9b
Thanks @theogravity! - Documentation updates
2.2.0
Minor Changes
- #169
09e33ab
Thanks @theogravity! - All transports now support multiple parameter passing in log methods
2.1.1
Patch Changes
- #160
161029a
Thanks @theogravity! - external dependency version updates
2.1.0
Minor Changes
#153
96a5c57
Thanks @theogravity! - Updates around context and metadata handling.- Added
clearContext()
to clear context data. withMetadata()
/metadataOnly()
/withContext()
now allows an empty value. Empty values will not result in any data mutations or plugin executions.
- Added
2.0.0
Major Changes
- #151
5f1260b
Thanks @theogravity! - - New in v6: Context Manager implementation- Breaking: Removes
linkParentContext
option fromloglayer
configuration
- Breaking: Removes
1.3.0
Minor Changes
- #143
733ba8f
Thanks @theogravity! - Move the plugin types to the shared package to support the newwithFreshPlugins()
method onILogLayer
, expose plugin-only types from shared package to plugin package.
1.2.1
Patch Changes
- #140
d708ff7
Thanks @theogravity! - FixmetadataOnly
typescript def. The second parameter should always be optional.
1.2.0
Minor Changes
- #138
54b8223
Thanks @theogravity! - Add withFreshTransports method tologlayer
1.1.0
Minor Changes
- #129
d8054c8
Thanks @theogravity! - LogLayer now passes theloglayer
instance as the last parameter to all plugin callbacks
1.0.5
Patch Changes
- #112
561a1a6
Thanks @theogravity! - Update changelog doc formatting, add links to documentation site
1.0.4
Patch Changes
cef5ab1
Thanks @theogravity! - Readme updates
1.0.3
Patch Changes
43ffd72
Thanks @theogravity! - docs: fix up documentation
1.0.2
Patch Changes
c136c0f
Thanks @theogravity! - README.md updates
1.0.1
Patch Changes
da9bc6f
Thanks @theogravity! - Add LICENSE file (MIT) to packages
1.0.0
Major Changes
0fc607b
Thanks @theogravity! - chore: release first version