Skip to content

Latest commit

 

History

History
137 lines (105 loc) · 9.1 KB

CHANGELOG.md

File metadata and controls

137 lines (105 loc) · 9.1 KB

Change Log

[1.2.6] (2018-06-10)

Features

House Keeping

  • Updating README to reflect actual styntax better (71f9019), merges #77

[1.2.5] (2018-06-04)

Features

Bug Fixes

  • Fixing plaintext highlight even when setting is false (7939ca2), closes #73

[1.2.4] (2018-05-31)

Features

  • Adding new property for tags: backgroundColor (3e7a188), closes #66
    • default: transparent
  • Adding support for: PlainText (27ff774), closes #39
    • PlainText support must be turned on in the settings: highlightPlainText
  • Adding support for: Vue.js (2b14d2e), closes #71
  • Adding support for: nim (73a55f6), merges #68
  • Adding support for: HiveQL and Pig (e1653ef), merges #63

[1.2.3] (2018-05-20)

Features

Bug Fixes

  • Fixing support for SCSS (2b3919f), closes #60
  • Fixing Python to prevent first line of the file being detected as a comment,
    (438e0a6), closes #61

[1.2.2] (2018-04-15)

Features

  • Adding support for: JSON with comments (6f0b330), closes #51
  • Adding support for: AL (de86410), closes #54
  • Adding support for: TypeScript React (.tsx) (e884b37), closes #56

[1.2.1] (2018-03-20)

Features

  • Adding support for: Terraform (c5edd8d), closes #48

Bug Fixes

  • Fixing logic to run the decorations properly when switching back from an unsupported language (756e0e0), closes #47
  • Fixing decoration of strikethrough on multiline comments to start in the correct location (c4372e7), closes #46

[1.2.0] (2018-03-19)

Features

  • Adding support for: Clojure, Racket, Lisp (88e0720), merges #40
  • Adding support for: Yaml (e9f40a0), merges #37
  • Adding support for: Pascal (655f61f), closes #41

Bug Fixes

  • Fixing crash when unsupported language is opened in the window (e9f40a0), closes #35

[1.1.9] (2018-02-11)

Features

  • Adding support for Julia (1b24ce1)

[1.1.8] (2018-01-23)

Features

  • Adding support for GraphQL (bcfcefa), closes #28

Bug Fixes

  • Expanding non-JSDoc block comment detection (dccd467), closes #20

[1.1.7] (2018-01-07)

Bug Fixes

  • Fixing comment detection when tabs are used to start the comment (2f08fb9), closes #25, thanks to bekorn

[1.1.6] (2018-01-15)

Features

  • Adding multiple new languages (586f325), thanks to Jooseppi12

[1.1.5] (2018-01-14)

Bug Fixes

  • Fixing multiline comment detection with non-English characters (deff42b), closes #24

[1.1.4] (2018-01-04)

Features

  • Adding activation event and new comment type for VB.NET ("vb") (45199a9), closes #21

[1.1.3] (2017-12-22)

Features

  • Adding activation event for React ("javascriptreact") (e54ae83), closes #19

[1.1.2] (2017-12-16)

Bug Fixes

  • Fixed wrong delimiter for Lua (4bb1e2f), closes #17

[1.1.1] (2017-12-12) : Accidental Increment

Bug Fixes

  • Fixing issue with options configuration (0a00618), closes #16

[1.0.0] (2017-12-06)

Bug Fixes

  • Fixing support for JSDoc style block comments (69a36bf), closes #13

Features

  • Adding support for MANY languages (0e7eab9), closes #8, #9
  • Adding customisable comment annotation indicators, closes #11

[0.1.3] (2017-07-17)

Bug Fixes

  • Fixing an issue where multi-line comments would not be detected if preceded by some indentation (c36821b)

Features

  • Adding language support for Go

Thanks to pwebly for both of these additions :)

[0.1.2] (2017-07-14)

Bug Fixes

  • Fixing issue with TODO and : in multiline comments (5f4d049), closes #5

[0.1.1] (2017-07-12)

Features

  • Adding language support for C (thanks to TheWhoAreYouPerson) (6f3b852)
  • Adding support for multiline comments (special thanks to kurozael for the suggestion and help implementing) (cc82fca)
    • Also adding contribution point for this: multilineComments: set this to false to disable

[0.1.0] (2017-06-15)

Features

  • Adding new comment type contribution point: highlightColor (07bd22f)

Bug Fixes

  • Fixing issue where comment format conflicts with linters expecting a space after initial // (special thanks to TobiasBales)

House Keeping

  • Added TravisCI config to run unit tests on check in (bd4b7b2)
  • Updated README and demo image to show new comment type (0cbbccb)

[0.0.3] (2017-06-09)

Initial release to VSCode marketplace