@loglayer/shared
Changelog
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