Releases: christophehurpeau/nightingale
Releases · christophehurpeau/nightingale
v12.1.2
12.1.2 (2022-01-02)
Bug Fixes
- main esm for jest which supports esm but not exports (98789fa)
v12.1.1
12.1.1 (2022-01-01)
Bug Fixes
- nightingale-unit-testing: configure pattern (dea0df3)
- properly configure package type (2e0cbf5)
v12.1.0
12.1.0 (2021-12-15)
Features
- add nightingale-unit-testing (d5ac010)
v12.0.1
12.0.1 (2021-12-12)
Note: Version bump only for package nightingale-monorepo
v12.0.0
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
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
11.8.1 (2021-11-28)
Bug Fixes
- nightingale-logger: fix build (fe7e3c9)
v11.8.0
11.8.0 (2021-11-27)
Features
- nightingale-logger: support passing Error to any of the basic methods (c1fda3e)
v11.7.3
11.7.3 (2021-11-27)
Bug Fixes
- nightingale-react-native-console: always use console.log (ad93004), closes #241