Skip to content

Releases: gajus/output-interceptor

v4.1.0

30 Jan 17:04
Compare
Choose a tag to compare

4.1.0 (2020-01-30)

Features

  • remove redundant outputInterceptorInstanceId (a6f3f35)

v4.0.0

30 Jan 16:21
Compare
Choose a tag to compare

4.0.0 (2020-01-30)

Bug Fixes

Features

BREAKING CHANGES

  • dropped ndoe v8 support

v3.3.0

10 Jan 04:28
Compare
Choose a tag to compare

3.3.0 (2020-01-10)

Bug Fixes

Features

v3.2.0

03 Aug 22:38
Compare
Choose a tag to compare

3.2.0 (2019-08-03)

Features

  • throw an error if an attempt is made to nest domains (e0b1d37)

v3.1.1

03 Aug 22:21
Compare
Choose a tag to compare

3.1.1 (2019-08-03)

Bug Fixes

  • ensure that multiple interceptors do not interfere with each other (8e46073)

v3.1.0

03 Aug 18:42
Compare
Choose a tag to compare

3.1.0 (2019-08-03)

Features

  • capture output in case of an error in the routine (c9ab26d)

v3.0.0

03 Aug 15:20
Compare
Choose a tag to compare

3.0.0 (2019-08-03)

Features

  • use domains to capture async function stdout (e7722ff)

BREAKING CHANGES

  • The API did not change. However, the uderlying implementation has been changed to use Node.js domains. New implementation allows to correctly associate values written to stdout by multiple concurrent interceptor executions.

See https://stackoverflow.com/questions/57338574/how-to-capture-a-stdout-of-a-specific-function-invocation for more details

v2.0.3

03 Aug 14:14
Compare
Choose a tag to compare

2.0.3 (2019-08-03)

Bug Fixes

v2.0.2

25 Jun 17:27
Compare
Choose a tag to compare

2.0.2 (2019-06-25)

Bug Fixes

v2.0.1

25 Jun 16:29
Compare
Choose a tag to compare

2.0.1 (2019-06-25)

Bug Fixes