Skip to content

Releases: christophehurpeau/nightingale

v11.3.0

06 Feb 08:19
Compare
Choose a tag to compare

11.3.0 (2021-02-06)

Features

  • nightingale-ansi-formatter: build for browser usage (3582d40)

v11.2.0

04 Feb 22:43
Compare
Choose a tag to compare

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

31 Jan 16:04
Compare
Choose a tag to compare

11.1.1 (2021-01-31)

Bug Fixes

  • use currentcolor instead of initial to format html (53182bc)

v11.1.0

31 Jan 15:26
Compare
Choose a tag to compare

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

18 Jan 20:22
Compare
Choose a tag to compare

11.0.5 (2021-01-18)

Bug Fixes

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

v11.0.4

18 Jan 19:32
Compare
Choose a tag to compare

11.0.4 (2021-01-18)

Bug Fixes

  • nightingale-app-console has side effects (54d752c)

v11.0.3

18 Jan 19:27
Compare
Choose a tag to compare

11.0.3 (2021-01-18)

Bug Fixes

v11.0.2

18 Jan 08:37
Compare
Choose a tag to compare

11.0.2 (2021-01-18)

Bug Fixes

  • remove installation of source-map-support (196c631)

v11.0.1

18 Jan 08:28
Compare
Choose a tag to compare

11.0.1 (2021-01-18)

Bug Fixes

  • bring back support for webpack 4 (9134da3)

v11.0.0

12 Dec 13:46
Compare
Choose a tag to compare

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