Skip to content

Releases: IBM-Cloud/vscode-log-output-colorizer

0.0.11

20 Feb 15:24
Compare
Choose a tag to compare

Critical bug fix. Fixed regex that caused "catastrophic backtracking" (crashes vscode) on certain specific patterns.

Fixed language colorization tokens for VS Code 1.9.0

03 Feb 02:44
Compare
Choose a tag to compare

Fixed colorization that broke in VS Code 1.9.0.

0.0.9

02 Jan 17:43
Compare
Choose a tag to compare

Fixed #8 - preserves file/link detection

0.0.8

01 Sep 13:24
Compare
Choose a tag to compare

Fixed #9 - quotes regular expressions were too greedy, and should only capture the content within the first set of quotes, not everything between the outermost quotes (including other quotes)

0.0.7

05 Aug 19:53
Compare
Choose a tag to compare

Fixed #5 critical bug that locked up the entire VSCode editor in very specific cases.

0.0.6

01 Aug 18:27
44204f7
Compare
Choose a tag to compare

bunch of fixes

  • added support for more date formats
    • MM/DD/YYYY, DD/MM/YYYY, YYYY/MM/DD
    • support numeric month or english word (both abbreviated and complete)
    • various delimiters (space ( ), period(.), slash(/), dash(-))
  • added better timestamp support
    • 14:29:37 +4
    • 13:55:36 -0700
    • and other variations
  • added support for generic URI prefix://path/foo.bar
  • added exception support
    • includes prefixed exceptions: UserException
    • includes namespaced exceptions System.NullReferenceException
  • suport namespaces
    • com.ibm.foo
  • validated that we handle both single and double quotes
  • fixed bad regexp for GUIDs
  • added support for true/false/null/undefined
  • added better numeric support
    • decimal 123.123
    • hex 0ABC98, xFF0000, and 0xFFEEEE

0.0.5

29 Jul 20:34
d527851
Compare
Choose a tag to compare
updated

0.0.4

29 Jul 20:33
95aa4bd
Compare
Choose a tag to compare
bumped version

0.0.3

29 Jul 20:33
f34e98e
Compare
Choose a tag to compare
bump verson

0.0.2

29 Jul 16:25
7aa38d6
Compare
Choose a tag to compare
moved icon