Releases: achojs/acho
Releases · achojs/acho
3.0.0
Breaking Changes
- Simplifiest default logging levels to
.fatal(),.error(),.warn(),info(),debug(). - Mute levels use
mutedkeyword instead ofsilent.
New Features
- Add
upperCaseflag to prints loglevels in uppercase. - Add
timestampflag to prints counter associated with each log. - Add
.skinto make easy load different log levels. Check acho-skin-cli.
Fixes, refactoring and optimizations
- Use lodash#defaults instead of existential-defaults (more lightweight).
- Indent log levels from the left instead of from the right (so cute!).
- Logfmt now works with Error's message.