Releases: christophehurpeau/nightingale
Releases · christophehurpeau/nightingale
v11.3.0
11.3.0 (2021-02-06)
Features
- nightingale-ansi-formatter: build for browser usage (3582d40)
v11.2.0
11.2.0 (2021-02-04)
Bug Fixes
- missing "browser" in package.json (cce81cb)
Features
- prefer named exports and deprecate some default exports (4697828)
v11.1.1
11.1.1 (2021-01-31)
Bug Fixes
- use currentcolor instead of initial to format html (53182bc)
v11.1.0
11.1.0 (2021-01-31)
Bug Fixes
- lint (27a92c9)
- nightingale-app-console: remove unused @types/source-map-support (b39a24b)
Features
- add dark theme for browser logger (b1d214e)
- nightingale-app-console: export ConsoleHandler, fix sideEffect, add env (643c049)
- nightingale-browser-console-formatter: createBrowserConsoleFormatter using theme (c1bcb08)
- nightingale-formatter: create dark theme for html (b0ae0cd)
v11.0.5
11.0.5 (2021-01-18)
Bug Fixes
- update pob-babel for better support (44119b7)
v11.0.4
11.0.4 (2021-01-18)
Bug Fixes
- nightingale-app-console has side effects (54d752c)
v11.0.2
11.0.2 (2021-01-18)
Bug Fixes
- remove installation of source-map-support (196c631)
v11.0.1
11.0.1 (2021-01-18)
Bug Fixes
- bring back support for webpack 4 (9134da3)
v11.0.0
11.0.0 (2020-12-12)
Bug Fixes
- add missing def files (a6c0b82)
- update devdeps and fix lerna config (79e97dd)
- use fork version of typedoc plugin lerna packages (2724934)
Code Refactoring
- use yarn 2, requires node 12 (73a85dd)
Features
- remove deprecated type Record (d6c9527)
BREAKING CHANGES
- drop support for node 10
- removed deprecated type Record, use LogRecord instead