Skip to content

Latest commit

 

History

History
163 lines (90 loc) · 6.69 KB

CHANGELOG.md

File metadata and controls

163 lines (90 loc) · 6.69 KB

4.0.1 (2024-05-12)

Bug Fixes

4.0.0 (2022-09-06)

Features

  • drop node 12 (49089b5)
  • update to Jest 29 and support 27-29 in peer dependencies (#100) (a0aaa14)

BREAKING CHANGES

  • No longer support Node 12

3.0.0 (2022-02-26)

Bug Fixes

  • deps: update jest monorepo to v27 (major) (#31) (bc9d09f)
  • put string inside Text (3481e50)

Features

BREAKING CHANGES

  • Remove support for node 10 and 13

2.0.1 (2020-05-23)

Bug Fixes

  • disable esModuleInterop (074ff80)

2.0.0 (2020-05-23)

Bug Fixes

BREAKING CHANGES

  • do not emit type information
  • drop support for Node 8

1.1.10 (2019-11-14)

Bug Fixes

  • respect verbose config (14f9ab7), closes #6

1.1.9 (2019-11-13)

Bug Fixes

  • care less about width of terminal (aa29f45)
  • handle duplicate log messages without barfing (d48891a)
  • use normal spaces as padding instead of nbsp (6a33c81)

1.1.8 (2019-11-13)

Bug Fixes

1.1.7 (2019-11-13)

Bug Fixes

  • always pass column width (636edb8)

1.1.6 (2019-11-13)

Bug Fixes

  • include TS types in bundle (541a8d0)

1.1.5 (2019-11-13)

Bug Fixes

  • correct dimming of text in summary (2299ec7)

1.1.4 (2019-11-13)

Bug Fixes

  • use padding for spacing rather than spaces (c98de61)

1.1.3 (2019-11-13)

Bug Fixes

  • only print pattern if not the default (e5e271e)

1.1.2 (2019-11-13)

Bug Fixes

  • always show estimation if higher than runtime (bd653b1)

1.1.1 (2019-11-12)

Bug Fixes

  • do not print post summary message if silent (888fced)

1.1.0 (2019-11-12)

Features

  • add message after summary (ca67328)

1.0.2 (2019-11-12)

Bug Fixes

  • always render a summary, remove progress and estimation when done (4bc5cb3)

1.0.1 (2019-11-12)

Bug Fixes

  • unmount from within app rather than from teh outside (eb2dc86)

1.0.0 (2019-11-10)

Features