Skip to content

v3.0.0

Choose a tag to compare

@haltcase haltcase released this 14 Jun 04:42
· 15 commits to master since this release

With this release, logger-neue will now be an even lighter package. Its two largest dependencies (chalk & fs-extra) have been replaced and removed, respectively. Install size will decrease from around 371kB to about 107kB.

BREAKING CHANGES
  • invalid style names in level descriptors will now cause errors to be thrown.
  • chalk has many features not used in logger-neue and has been removed in favor of
    the much smaller colorette. breakage is possible but should be minimal.
  • support for node < 8 has been dropped.
FEATURES
  • throw on invalid style names (3b8072c)
  • replace chalk with colorette (c14c280)
  • require node >= 8 (9e030b9)
PERFORMANCE
  • drop fs-extra dependency (bcc2866)