Skip to content

Releases: christophehurpeau/nightingale

v12.1.2

02 Jan 14:39
Compare
Choose a tag to compare

12.1.2 (2022-01-02)

Bug Fixes

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

v12.1.1

01 Jan 16:24
Compare
Choose a tag to compare

12.1.1 (2022-01-01)

Bug Fixes

  • nightingale-unit-testing: configure pattern (dea0df3)
  • properly configure package type (2e0cbf5)

v12.1.0

15 Dec 21:42
Compare
Choose a tag to compare

12.1.0 (2021-12-15)

Features

  • add nightingale-unit-testing (d5ac010)

v12.0.1

12 Dec 23:08
Compare
Choose a tag to compare

12.0.1 (2021-12-12)

Note: Version bump only for package nightingale-monorepo

v12.0.0

11 Dec 19:59
Compare
Choose a tag to compare

12.0.0 (2021-12-11)

Bug Fixes

  • nightingale-html-formatter: use html light theme (821cc7e)
  • fix import and order of plugin-run in rollup.config.mjs (97b2c53)
  • missed legacy pob-babel (82a38fa)
  • typings (2715620)

Build System

  • node 14 and remove dev builds (432ecd1)

Features

  • export SentryHandler as named export (dae462e)
  • nightingale-formatter: remove deprecated styleToHtmlStyle export (24e7391)
  • drop default exports (8878e49)

BREAKING CHANGES

  • requires to import SentryHandler as named import
  • nightingale-formatter: removed deprecated styleToHtmlStyle export
  • use named imports instead of default exports
  • requires node 14

v11.9.0

28 Nov 13:43
Compare
Choose a tag to compare

11.9.0 (2021-11-28)

Features

  • nightingale-react-native-console: parse stack trace using react-native tools (79c0c9e), closes #242

Reverts

  • Revert "ci: remove forced git message when versionning" (e025994)

v11.8.1

28 Nov 00:23
Compare
Choose a tag to compare

11.8.1 (2021-11-28)

Bug Fixes

  • nightingale-logger: fix build (fe7e3c9)

v11.8.0

27 Nov 15:11
Compare
Choose a tag to compare

11.8.0 (2021-11-27)

Features

  • nightingale-logger: support passing Error to any of the basic methods (c1fda3e)

v11.7.4

27 Nov 11:05
Compare
Choose a tag to compare

11.7.4 (2021-11-27)

Bug Fixes

v11.7.3

27 Nov 10:47
Compare
Choose a tag to compare

11.7.3 (2021-11-27)

Bug Fixes

  • nightingale-react-native-console: always use console.log (ad93004), closes #241