Skip to content

Releases: hiro5id/console-log-json

v2.0.5

11 Dec 01:15
Compare
Choose a tag to compare
  • implementation to Handle where a string is passed to the logger that happens to be JSON, with new lines in it #1 6efdb9c
  • test for handle objects with circular references #7 2add326
  • test for When loggin the error thrown by Cheerio it seems to be ignored #12 64e3827

v2.0.4...v2.0.5

v2.0.4

10 Dec 18:35
Compare
Choose a tag to compare
  • fix test b0c15e6
  • remove comment b543d84
  • prefix logCallStack with @ to indicate that it was added by the logging system 386cd39
  • prefix fileName with @ to indicate that it was added by the logging system 4c239ee
  • include error object name 37f7977

v2.0.3...v2.0.4

v2.0.3

10 Dec 16:59
Compare
Choose a tag to compare
  • handle non standard Error object 0145117

v2.0.2...v2.0.3

v2.0.2

10 Dec 08:31
Compare
Choose a tag to compare

v2.0.1...v2.0.2

v2.0.1

10 Dec 01:39
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

10 Dec 00:47
Compare
Choose a tag to compare
  • enable ability to debug b2dcbee
  • types e78a7f8
  • no error message was passed, it displays informative message in log 8330bf1

v1.5.1...v2.0.0

v1.5.1

09 Dec 21:47
Compare
Choose a tag to compare
  • update package-lock.json bb4850d
  • handle single error object with message a38542d
  • handle logging when nothing is passed to parameters 6d2b184
  • handle null parameter 08f95ec
  • refactor extract into function 906cfc2

v1.5.0...v1.5.1

v1.5.0

07 Dec 10:21
Compare
Choose a tag to compare
  • format stack traces to be more readable in LogDNA c6201ae

v1.4.1...v1.5.0

minor updates to readme

07 Dec 05:19
Compare
Choose a tag to compare
  • minor updates to readme

v1.4.0...v1.4.1

v1.4.0

05 Dec 10:10
Compare
Choose a tag to compare
  • include filename in log 4b2d0c2 credit to @virkt25 for giving me the idea
  • use object compare for testing 9961f14

v1.3.1...v1.4.0