UNPKG

@metamask/logger

Version:

A lightweight logging package using @metamask/streams

32 lines (18 loc) 958 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.3.0] ### Added - Support streaming falsy values ([#542](https://github.com/MetaMask/ocap-kernel/pull/542)) ## [0.2.0] ### Changed - Include JSON-RPC notifications in `KernelMessage` type ([#528](https://github.com/MetaMask/ocap-kernel/pull/528)) ## [0.1.0] ### Added - Initial release. [Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.3.0...HEAD [0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.2.0...@metamask/logger@0.3.0 [0.2.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.1.0...@metamask/logger@0.2.0 [0.1.0]: https://github.com/MetaMask/ocap-kernel/releases/tag/@metamask/logger@0.1.0