- 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
- fix: Re-export original chalk instance instead of instance with forced colors.
- chore: Updated dependencies.
- BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
- fix: Always force colors even when not available. Use
StripColors
transform to remove color sequences when piping to files or non-TTY terminals. - chore: Updated dependencies.
- chore: Replaced Travis with GitHub action.
- BREAKING CHANGE: Changed package to a ES module.
- BREAKING CHANGE: Require Node.js 12 or newer.
- chore: Updated dependencies.
- chore: Updated dependencies.