Releases: klaudiosinani/signale
Releases · klaudiosinani/signale
1.4.0
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
1.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
1.2.1
Fix 🔥
All changes
1.2.0
Lots of new features, fixes, and improvements!
Highlights
- Added new
interactive mode
. (#21)48948a1
- Added support for
string interpolation
. (#23)7b7ae98
- Added support for colored
string interpolation
.c4601e6
- Added support for multiple custom streams. (#27)
608f882
- Added support for optional streams per logger. (#27)
608f882
- Added support for object logging. (#23)
7b7ae98
- Added option to disable
signale
instances.567f468
- Enabled deep-merging between default & custom types. (#31)
e37a001
- Validate stack existence when logging
Error
instances. (#38)b45d5b4
- Added support for anonymous callsites. (#30)
a0da14b
- Prevent override of regular logs by interactive ones.
dd06050
- Added new
uppercaseLabel
option. (#16)ad92362
- Added new
underlineSuffix
option.8372dbd
- Added new
underlinePrefix
option.ddeaa80
Miscellaneous
- Updated documentation.
ff50706
- Fixed link to
help-wanted
label on contributing guidelines. (#28)11ef63b
Thanks
Huge thank you to @rjoydip @jordrake @RyanBruno @robertoschiavone & @brettimus for contributing and helping out with this release! ❤
All changes
1.1.0
Highlights
- Added new clean log level
signale.log()
. (#4)4fe3872
- Added new
stream
option for configuring writable streams. (#1)d3651e4
- Improved support for emoji badges.
69116a3
- Fixed
time()
function return type.10dbccb
- Updated documentation.
203a112
Thanks
Huge thank you to @bttmly @sindresorhus & @mariocfhq for contributing and helping out with this release ❤