signale v1.4.0 Release Notes
Release Date: 2019-02-26 // about 6 years ago-
Highlights
- โ Added support for log levels mechanism. (#51) (#80) 5ed52a5
- โ Added support for secrets/sensitive-information filtering. (#78) 74d113b
- โ Added new
wait
type logger. (#73) da9a41c - ๐ฆ Enable interactive mode only on
tty.WriteStream
streams. (#55) (#82) 54a3377 - ๐ฆ Unary functions
time()
&timeEnd()
now followunderlineLabel
option. (#77) 7256696 - โฌ๏ธ Dropped
coloredInterpolation
option due to incompatibility with Node<v10.0.0
. 5f3684f - โ Added new nullary
clearSecrets()
function. (#78) 13374b8 - โ Added new unary
addSecrets()
function. (#78) fbc1a06 - ๐ฆ Replaced interactive mode
tty
API withreadline
. (#82) (#83) 912f58c - ๐จ Refactored whitespace end-padding of underlined labels. (#77) b88d5bd
๐ Docs
- โ Added documentation for secrets filtering. (#79) 061d6aa
- โ Added documentation for log levels mechanism. (#81) 4aae8e0
- โก๏ธ Updated ci badge URL on readme. (#75) bda9034
Thanks
๐ Huge thank you to @amilajack for contributing and helping out with this release!
All changes
Previous changes from v1.3.0
-
Highlights
- โ Added new
isEnabled()
API method for checking Signale instance logging enablement. (#60) 0f98521 - ๐ฆ Replaced internally-used
String.prototype.padEnd()
with custom string end-padding method. (#46) (#53) b41cee3 - ๐ New Chinese documentation translation. (#52) fe75872
Miscellaneous
- โก๏ธ Updated translation guidelines. c253a01
๐ Visit the contributing guidelines to learn more about how you can get involved in the translating process.
Thanks
๐ Huge thank you to @hardo for helping out with this release!
All changes
- โ Added new