Skip to content

Releases: jacobbubu/debug

v1.2.0

Choose a tag to compare

@jacobbubu jacobbubu released this 09 Jul 12:42

1.2.0 (2020-07-09)

Features

  • formatters '%O' and '%o' support depth setting, for example '%5O' (d74ec95)

v1.1.5

Choose a tag to compare

@jacobbubu jacobbubu released this 26 Feb 08:41

1.1.5 (2020-02-26)

Bug Fixes

  • use this commit to bump the release version that I should do in previous commit (9956097)

v1.1.4

Choose a tag to compare

@jacobbubu jacobbubu released this 14 Oct 16:09

1.1.4 (2019-10-14)

Bug Fixes

v1.1.3

Choose a tag to compare

@jacobbubu jacobbubu released this 14 Oct 14:39

1.1.3 (2019-10-14)

Bug Fixes

  • before running semantic-release, we have to build first (ef69dce)

v1.1.2

Choose a tag to compare

@jacobbubu jacobbubu released this 14 Oct 14:34

1.1.2 (2019-10-14)

Bug Fixes

  • try to trigger a new release (20a0236)

v1.1.1

Choose a tag to compare

@jacobbubu jacobbubu released this 14 Oct 08:49

1.1.1 (2019-10-14)

Bug Fixes

  • fix matching error that happended when we have space between two format parameters (e3e6d42), closes #4

Reverts

  • revert the config DEBUG_TEXT_WIDTH_IN_COLOR_MODE, we use process.stderr.columns to calcula (7902a1c)

v1.1.0

Choose a tag to compare

@jacobbubu jacobbubu released this 12 Oct 07:49

1.1.0 (2019-10-12)

Bug Fixes

  • fix the exception when the first argument is an Error object (b1d7004), closes #3

Features

  • add DEBUG_TEXT_WIDTH_IN_COLOR_MODE enviroment variable to enhance readability (b60c515)

v1.0.4

Choose a tag to compare

@jacobbubu jacobbubu released this 11 Oct 13:52

1.0.4 (2019-10-11)

Bug Fixes

  • do not truncate neither pad namespace with space in tty mode (12bdbc2), closes #2

v1.0.3

Choose a tag to compare

@jacobbubu jacobbubu released this 11 Oct 13:34

1.0.3 (2019-10-11)

Bug Fixes

  • eliminate unnecessary assertion (218e602)
  • fix all vulnerabilities caused by dependencies (using npm audit fix) (422df31)

v1.0.2

Choose a tag to compare

@jacobbubu jacobbubu released this 11 Oct 03:32

1.0.2 (2019-10-11)

Bug Fixes

  • suppoty log level configuration in process.env (37343cd)