Releases: jacobbubu/debug
Releases · jacobbubu/debug
v1.2.0
Compare
Sorry, something went wrong.
No results found
1.2.0 (2020-07-09)
Features
formatters '%O' and '%o' support depth setting, for example '%5O' (d74ec95 )
v1.1.5
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.1.4 (2019-10-14)
Bug Fixes
v1.1.3
Compare
Sorry, something went wrong.
No results found
1.1.3 (2019-10-14)
Bug Fixes
before running semantic-release, we have to build first (ef69dce )
v1.1.2
Compare
Sorry, something went wrong.
No results found
1.1.2 (2019-10-14)
Bug Fixes
try to trigger a new release (20a0236 )
v1.1.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.0.2 (2019-10-11)
Bug Fixes
suppoty log level configuration in process.env (37343cd )