Detalhes do pacote

nightingale-levels

christophehurpeau2.5kISC16.0.0

Nightingale levels

logger

readme (leia-me)

Logger for browser and node, see nightingale to get started !

📦 Packages

This repository is a monorepo that we manage using Yarn Workspaces.

Package Version Description
nightingale Logger for browser and node
nightingale-ansi-formatter Nightingale ANSI formatter
nightingale-app-console nightingale default config and logger for app
nightingale-app-react-native React Native and Expo logger for application
nightingale-browser-console Deprecated: use BrowserConsoleHandler from nightingale
nightingale-browser-console-formatter Deprecated: use NightingaleBrowserConsoleFormatter from nightingale
nightingale-console Deprecated: use ConsoleHandler from nightingale
nightingale-console-output Nightingale console output
nightingale-debug Deprecated: use createFindDebugLevel from nightingale instead
nightingale-formatter Deprecated: use nightingale package instead
nightingale-html-formatter Deprecated: use HTMLFormatter from nightingale instead.
nightingale-json-formatter Deprecated: use JSONFormatter from nightingale
nightingale-level-names Nightingale level values to level names
nightingale-levels Nightingale levels
nightingale-logger Logger for browser and node
nightingale-markdown-formatter Deprecated: use MarkdownFormatter from nightingale
nightingale-raw-formatter Deprecated: use RawFormatter from nightingale
nightingale-react-native-console React Native and Expo handler for nightingale
nightingale-sentry Sentry handler for nightingale
nightingale-slack Slack handler for nightingale
nightingale-string Deprecated, use String from nightingale instead
nightingale-types Nightingale types for typescript
nightingale-unit-testing nightingale default config for unit testing
nightingale-web-processor Nightingale web processor
nightingale-winston-adapter Winston adapter handler for nightingale

changelog (log de mudanças)

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

16.0.0 (2025-03-30)

⚠ BREAKING CHANGES

  • drop node 18

Features

15.0.0 (2023-12-25)

⚠ BREAKING CHANGES

  • update babel and drop browser modern version

Features

  • update babel and drop browser modern version (5c76abc)

14.2.1 (2023-11-05)

Note: no notable changes

14.2.0 (2023-11-04)

Note: no notable changes

14.1.0 (2023-07-27)

Note: Version bump only for package nightingale-levels

14.0.2 (2023-06-30)

Bug Fixes

  • typo types for typescript exports (1eb20e4)

14.0.1 (2023-06-30)

Bug Fixes

  • add missing type in exports for latest typescript (8897fd6)

14.0.0 (2023-06-30)

⚠ BREAKING CHANGES

  • deps: require node 18
  • requires node 18

Features

Miscellaneous Chores

  • deps: update dependency @pob/root to v8 (#760) (22dc3cc)

13.0.0 (2022-11-19)

Code Refactoring

Features

BREAKING CHANGES

  • dropped node 14 and cjs
  • drop node 14

12.1.4 (2022-02-05)

Bug Fixes

12.1.3 (2022-01-15)

Note: Version bump only for package nightingale-levels

12.1.2 (2022-01-02)

Bug Fixes

  • main esm for jest which supports esm but not exports (98789fa)

12.1.1 (2022-01-01)

Bug Fixes

  • properly configure package type (2e0cbf5)

12.1.0 (2021-12-15)

Note: Version bump only for package nightingale-levels

12.0.1 (2021-12-12)

Note: Version bump only for package nightingale-levels

12.0.0 (2021-12-11)

Build System

  • node 14 and remove dev builds (432ecd1)

BREAKING CHANGES

  • requires node 14

11.7.2 (2021-11-27)

Note: Version bump only for package nightingale-levels

11.7.1 (2021-06-29)

Bug Fixes

  • update pob-babel to bring back webpack 4 support (4887431)

11.7.0 (2021-03-29)

Note: Version bump only for package nightingale-levels

11.6.0 (2021-03-21)

Features

  • update dependencies and browserlist config (81d2340)

11.5.2 (2021-02-14)

Note: Version bump only for package nightingale-levels

11.3.0 (2021-02-06)

Note: Version bump only for package nightingale-levels

11.2.0 (2021-02-04)

Bug Fixes

  • missing "browser" in package.json (cce81cb)

11.1.0 (2021-01-31)

Features

  • nightingale-app-console: export ConsoleHandler, fix sideEffect, add env (643c049)

11.0.5 (2021-01-18)

Bug Fixes

  • update pob-babel for better support (44119b7)

11.0.3 (2021-01-18)

Bug Fixes

11.0.1 (2021-01-18)

Bug Fixes

  • bring back support for webpack 4 (9134da3)

11.0.0 (2020-12-12)

Bug Fixes

  • update devdeps and fix lerna config (79e97dd)

Code Refactoring

  • use yarn 2, requires node 12 (73a85dd)

BREAKING CHANGES

  • drop support for node 10

10.0.1 (2020-05-23)

Note: Version bump only for package nightingale-levels

10.0.0 (2020-05-23)

Bug Fixes

  • update dependencies and deprecate Record for LogRecord (2d0a758)

Code Refactoring

Features

BREAKING CHANGES

  • requires node 10
  • node 6 no longer supported
  • node 4 is no longer supported
  • remove deprecated dot support

4.2.2 (2019-05-01)

Note: Version bump only for package nightingale-levels

4.2.1 (2019-04-05)

Note: Version bump only for package nightingale-levels

4.2.0 (2019-04-05)

Features

4.1.0 (2019-02-24)

Bug Fixes

  • update dependencies and deprecate Record for LogRecord (2d0a758)

Features

4.0.0 (2018-12-03)

Features

BREAKING CHANGES

  • node 6 no longer supported

3.0.4 (2018-06-17)

Note: Version bump only for package nightingale-levels

3.0.3 (2018-05-26)

Note: Version bump only for package nightingale-levels

3.0.2 (2018-05-26)

Note: Version bump only for package nightingale-levels

3.0.1 (2018-05-10)

Note: Version bump only for package nightingale-levels

3.0.0 (2018-04-21)

Code Refactoring

BREAKING CHANGES

  • node 4 is no longer supported

2.0.0 (2018-03-18)

Features

BREAKING CHANGES

  • remove deprecated dot support

v1.1.0

  • d12bf4e add NOTICE level, readme (Christophe Hurpeau)
  • f468f61 add pob-release (Christophe Hurpeau)
  • 1d532fe chore(authors): update AUTHORS (Christophe Hurpeau)