Skip to content

Latest commit

 

History

History
166 lines (88 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

166 lines (88 loc) · 3.85 KB

Change Log

0.0.40 (September 25, 2023)

  • Fix: Support all regex flags (#103)
  • Chore: Update vscode and move to pnpm

0.0.39 (April 20, 2023)

  • Chore: Add sponsors to package.json

0.0.38 (March 28, 2023)

  • Fix: Fix typo in declare class scope (mroch)

0.0.37 (March 4, 2023)

  • Fix: Remove < > bracket pairs in jsx languages (#111) (#112)

0.0.36 (January 31, 2022)

  • Feature: Support VSCode for Web (#97)

0.0.35 (September 8, 2021)

  • Fix: Update end captures to ensure JS highlighting ends in inline html (#91)

0.0.34 (September 7, 2021)

0.0.33 (September 7, 2021)

0.0.32 (August 18, 2021)

  • Fix: add support for createGlobalStyles as CSS (#90)

0.0.31 (April 3, 2021)

  • Feature: Support stylesheet in astroturf (#84)

0.0.30 (October 7, 2020)

  • Refactor: Remove Twitter Plug

0.0.29 (June 22, 2020)

  • Fix: Improve information message

0.0.28 (June 22, 2020)

  • Docs: Update documentation and description

0.0.27 (April 5, 2020)

  • Fix: Change all instances of kewyword to keyword (#66) (dustypomerleau)
  • Feature: Support syntax highlighting for Flow enums (#63) (gkz)

0.0.26 (March 2, 2020)

  • Feature: Support docstrings in GraphQL (#62)

0.0.25 (October 21, 2019)

  • Feature: Support "declare class A implements B {}" syntax (#55)

0.0.24 (September 11, 2019)

  • Fix: Highlighting of function calls with Flow type args (#43)

0.0.23 (July 17, 2019)

  • Chore: Update dependencies
  • Fix: Prevent ternary operator from incorrectly matching a nullcoalesce

0.0.22 (October 17, 2018)

  • Fix: Fix support for JS in HTML (#33)

0.0.21 (October 17, 2018)

  • Feature: Add support for createGlobalStyle from styled-components (#37)

0.0.20 (July 15, 2018)

  • Fix: Remove html-template highlighting (#23)

0.0.19 (July 15, 2018)

  • Feature: Support auto-indenting (#21)

0.0.18 (June 18, 2018)

  • Fix: Change the scopeName of javascriptreact to "source.js" (#31)

0.0.17 (June 18, 2018)

  • Fix: Revert removal of javascriptreact language (#30)

0.0.16 (June 18, 2018)

  • Feature: Rename source.js.jsx to source.js (#29)
  • Fix: Remove javascriptreact language

0.0.15 (June 18, 2018)

  • Feature: Add support for stage-1 nullish coalescing operator (#28)
  • Feature: add highlighting via comment (#24)

0.0.14 (March 26, 2018)

  • Reverted changes made in 0.0.13

0.0.13 (March 26, 2018)

  • [Unsupported]

0.0.12 (January 26, 2018)

  • Feature: Support empty and extends graphql syntax (#17)

0.0.11 (December 6, 2017)

  • Remove .es extension (#16)
  • Feature: Add support for optional-chaining operator ?. (Thanks larsbs)

0.0.10 (October 11, 2017)

  • Fix: Support proper commenting in template tag literals (#5)
  • Feature: Add folding markers to javascript language configuration

0.0.9 (September 13, 2017)

  • Add missing JSConfig schema

0.0.8 (August 28, 2017)

  • Add JSON validation (taken from the default VSCode JavaScript extension)
  • Add overwriting of the javascriptreact language

0.0.7 (July 13, 2017)

  • Various updates to the language-configuration files

0.0.6 (June 15, 2017)

  • Fix: Remove special highlighting of 'self' keyword

0.0.5 (June 14, 2017)

  • Fix: Better spacing in JSX comments
  • Fix: Use default JavaScript language configuration

0.0.4 (June 14, 2017)

  • Chore: Add screenshot to README

0.0.3 (June 13, 2017)

  • Fix: Improve JSX commenting even more

0.0.2 (June 13, 2017)

  • Fix: Support commenting in JSX