Skip to content

v0.1.0

Compare
Choose a tag to compare
@PsychoLlama PsychoLlama released this 23 Feb 06:27
· 443 commits to main since this release

Added

  • [@holz/pattern-filter] Initial release.
  • [@holz/env-filter] Initial release.
  • [@holz/stream-backend] Initial release.
  • [@holz/ansi-terminal-backend] Now logs include timestamps.

Changed

  • [@holz/core] Exposed logger.origin as a read-only property.
  • [@holz/ansi-terminal-backend] Send all logs to stderr.
  • [@holz/logger] Log filtering from DEBUG/localStorage.debug. Logging is no longer enabled by default.
  • [@holz/logger] Use the stream backend when destination is not a TTY.
  • [@holz/console-backend] Remove log level prefix and use console.info/console.debug APIs instead.