What's Changed
- BREAKING CHANGE: Require Node.js 18.17.0 or newer
- BREAKING CHANGE: Removed support for custom log methods
- BREAKING CHANGE: Removed support for middleware
- BREAKING CHANGE: Removed
console
creator - BREAKING CHANGE: Removed utility streams
StripColors
,Format
,StdioStream
, andStdioDispatcher
- BREAKING CHANGE: Removed support for user-defined colors
- BREAKING CHANGE: Removed support for inspect options
- BREAKING CHANGE: Removed brightness settings
- BREAKING CHANGE: Removed theme support; use new
format()
- BREAKING CHANGE: Removed
style()
; use newelements
- BREAKING CHANGE: Removed the
.stdio
helper - BREAKING CHANGE: All logout is written to stderr
- BREAKING CHANGE: Renamed
maxBufferSize
tohistorySize
- BREAKING CHANGE: Removed
createInstanceWithDefaults()
helper - feat: Improved style and formatting system
- feat: Reduced package size
- feat: Support for stream specific formatting overrides
- fix: Namespaces can no longer contain spaces, commas, or pipe characters
Full Changelog: v5.1.0...v6.0.0