Skip to content

Latest commit

 

History

History
622 lines (287 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

622 lines (287 loc) · 19.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.11.1 (2019-12-17)

Bug Fixes

2.11.0 (2019-11-10)

Features

  • browser: add support of formatted strings (#66) (920f313)

Bug Fixes

  • typecheck type and tag before normalize (1984deb)
  • types: reporter in remove methods are optional (#70) (a17cdb1)

2.10.1 (2019-08-05)

2.10.0 (2019-08-05)

Bug Fixes

  • add missing typescript declaration for level, stdout and stderr (#58) (a149dbb)

Features

  • improve typescript type definitions (#57) (80eefd8)

2.9.0 (2019-06-18)

Features

2.8.0 (2019-06-18)

Features

2.7.1 (2019-05-26)

Bug Fixes

  • browser: hide : with tag and normal log (8250d5a)

2.7.0 (2019-05-26)

Bug Fixes

  • correctly calculate line width when using grave accent (bad52bd)

Features

  • always hide right side on width < 80 (07d8246)
  • improve basic logs (ea6ce59)
  • browser: fancier logs (b64f337)
  • hide time from basic logger as it is commonly used in CI environments (68c3bae)
  • smart hide time and tag when there is no space (00a375f)

2.6.2 (2019-05-15)

Bug Fixes

2.6.1 (2019-05-08)

Bug Fixes

  • browser: use console.warn when possible (#49) (e386ede)

2.6.0 (2019-04-12)

Features

  • expose constructor and reporters (3a8f662)

2.5.8 (2019-03-29)

Bug Fixes

  • types: allow passing extra arguments (#46) (d29fc46)

2.5.7 (2019-03-19)

Bug Fixes

  • formatting: fix formatting when multiple back-quotes (#44) (669a12e)

2.5.6 (2019-02-25)

Bug Fixes

  • ts: revert export consola ts declarations (#43) (6bd4f85)

2.4.1 (2019-02-12)

Bug Fixes

2.4.0 (2019-02-05)

Bug Fixes

  • esm: fix esm compatibility (8ddecc3)
  • consola: return this in setReporters (544a887)
  • types: set message type to "any" (#39) (ff97b09), closes #38

Features

2.3.2 (2019-01-06)

Bug Fixes

  • types: add some of the missing types (#35) (5e3e69b)
  • ignore winston dep in webpack (#37) (e534a28)

2.3.1 (2019-01-02)

Bug Fixes

  • bypass webpack for lazy required version of winston (500b509)

2.3.0 (2018-11-19)

Bug Fixes

  • isLogObj: handle non-standard error objects (8748c81)

Features

  • browser reporter improvements (591d0b4), closes #31
  • fancy: look like jest traces (ecae238)

2.2.6 (2018-11-14)

Bug Fixes

  • json-reporter: add a default value to the constructor (#33) (c59db36)

2.2.5 (2018-11-14)

Bug Fixes

  • expose typescript typings (f0398ed)

2.2.4 (2018-11-08)

Bug Fixes

  • use basic reporter only for ci and test environments (33220e4)

2.2.3 (2018-11-07)

Bug Fixes

  • fancy: honor logObj.icon (d56fa38)

2.2.2 (2018-11-04)

Bug Fixes

  • update std-env to 2.1.1 (32a9c67)

2.2.1 (2018-11-04)

Bug Fixes

  • remove file:// from error stack traces (ff24b69)

2.2.0 (2018-11-04)

Bug Fixes

  • correctly handle falsy values (367fb19)

Features

2.1.1 (2018-11-03)

Bug Fixes

  • add legacy ready and start levels for more backward compatibility (f54b5c2)

2.1.0 (2018-11-03)

Features

2.0.9 (2018-11-03)

2.0.8 (2018-11-03)

2.0.7 (2018-11-02)

Bug Fixes

  • always use computed values for stdout/stderr (f91abc0)

2.0.6 (2018-11-02)

2.0.5 (2018-11-02)

2.0.4 (2018-11-02)

Bug Fixes

  • fancy: remove extra icons (b66fde0)

2.0.3 (2018-11-02)

Bug Fixes

  • pkg: exclude src from package (4b1fb7d)
  • use live console._stdout bindings for default stream (d9573c3)

2.0.2 (2018-11-02)

Bug Fixes

  • error: always strip first line from stack (3afa9aa)

2.0.1 (2018-11-02)

Bug Fixes

  • fancy: use proper color for log paths (7c75283)

2.0.0 (2018-11-02)

2.0.0-2 (2018-11-02)

Bug Fixes

  • add methods for legacy support (4bdd034)
  • preserve additional new lines (340a001)
  • update std-env to 2.1.0 (2dc2a50)

Features

  • support badge with fancy (38600fe)

2.0.0-1 (2018-10-31)

2.0.0-0 (2018-10-31)

Bug Fixes

  • add schmance.js (2929648)
  • docs: update readme (#22) (e75f2a0)
  • add default/undefined color for browser (39584d2)
  • add missing parseStack import (da53dee)
  • also copy symbols in assignGlobalReference (b0eefb5)
  • don't return this when calling log functions (f07e056)
  • fix badge display (e036eed)
  • fix main field (4b56e48)
  • fix typos (45e2f99)
  • handle null value of obj for assignToLogObj (d2402af)
  • improve browser packaging (4d8c8d0)
  • lint (f909761)
  • lint (d976620)
  • only one color ending parameter is enough (d213634)
  • readme: icon string length is digit (31f1894)
  • remove name assignment (8d59075)
  • remove pushes for better readability (418d84a)
  • rename private fields (244fe5c)
  • rename require test file (cfc8f9e)
  • return earlier on not displaying levels (cfdcf04)
  • support Error as logObject (134ff54)
  • text color comment (9336fbc)
  • update demo (3842e0e)
  • use symbols for private property access (8e6343c)

Code Refactoring

  • additionalStyle ~> additionalColor (3f808e9)

Features

  • add VERSION to consola prototype (982c8ca)
  • add assignGlobalConsola helper (1af28f7)
  • add getter/setter for level (7af5ed5)
  • add global.consola (4da784d)
  • add shmancy reporter (dc6121a)
  • add symbols to browser (30cd4f0)
  • add sync/async write (8525525)
  • add typescript typings (#24) (0853a6f)
  • align basic and fancy reporter tags (38a4729)
  • better stack formater (f5acb3c)
  • detect version changes and throw a warning (73bdd1a)
  • improve packaging and exports (90da862)
  • improve packaging for browser support (47af1df)
  • initial works for v2.0.0 (455b6f9)
  • log formatting using printf (2afb025)
  • no more side effects (c015c31)
  • pause/resume (f217cc1)
  • return new consola instance with consola.create (4ae3614)
  • rework _createLogFn with better argument handling (2d4af39)
  • scope inheritance support (#23) (0070c54)
  • fancy/basic: support logObj.stack field (aa2216f)
  • setReporters, withDefaults and withTag (912446f)
  • showType option (ed294e4)
  • style browser reporter (d39684d)
  • support all chalk colors (2cec678), closes #20
  • wrapConsole (3962a1f)
  • wrapStd (f8bfbeb)
  • write error and warns to process.stderr by default (6565254)

Performance Improvements

  • basic: refactor getWriteMethod (c52db69)
  • remove all DEPRECATED helpers for less bundle size (fe39d37)

BREAKING CHANGES

  • Use new additionalColor prop
  • lot's of internals had been changed.
  • Behavior may be changed in some conditions

1.4.4 (2018-10-13)

Bug Fixes

1.4.3 (2018-08-18)

Bug Fixes

  • use more compatible string to clear the console (82ce410)

1.4.2 (2018-08-12)

Bug Fixes

  • cannot set level as 0 in options (4c1ecce)

1.4.1 (2018-05-27)

Bug Fixes

1.4.0 (2018-05-27)

Features

  • support custom additional style (#18) (7a750bf)
  • fancy: support icon field (0123bed)

1.3.0 (2018-04-15)

Bug Fixes

  • reporters/fancy: extra space for additional (efeab44)
  • prevent duplicate consola instances when different versions used by packages (0bce262)

Features

  • support extra log arguments (8b6d3d2)

1.2.0 (2018-04-02)

Features

  • basic: support additional field (b50cad8)
  • improve packaging (158e8ef)

Performance Improvements

  • require needed lodash methods only (91065e4)

1.1.4 (2018-03-31)

Bug Fixes

  • package: add chalk to dependencies (3f738e9)

1.1.3 (2018-03-31)

Bug Fixes

  • only include dist and src in package (8b477ec)

1.1.2 (2018-03-31)

Bug Fixes

  • handle null and undefined calls (1f98bb1)

1.1.1 (2018-03-31)

Bug Fixes

1.1.0 (2018-03-31)

Features

  • rewrite FancyReporter without ora (73c1ddc)

1.0.0 (2018-03-31)

0.1.0 (2018-03-31)

Features

  • add log type for console compability (96a8162)