Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

57 lines (29 loc) · 1.96 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.4 (2024-02-29)

Maintenance Improvements

2.0.3 (2022-07-04)

Maintenance Improvements

2.0.2 (2022-03-31)

Bug Fixes

  • Ensure to use widely supported ANSI codes for line move (6838339)

2.0.1 (2021-10-15)

Maintenance Improvements

2.0.0 (2019-10-09)

Features

  • Support NO_COLOR standard (8f2a4eb)

BREAKING CHANGES

  • ANSI color codes won't be generated for output, when NO_COLOR env var is set

1.4.0 (2018-10-23)

Features

  • introduce move top, bottom, lineBegin and lineEnd instructions (ad53db1)

1.3.0 (2018-08-20)

Bug Fixes

  • downgrade ansi-regex to not break support for old Node.js versions (c4f765f)

Features

  • colums: support multine cells (585fc59)

Old changelog

See CHANGES