Skip to content

Latest commit

 

History

History
181 lines (93 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

181 lines (93 loc) · 4.75 KB

Change Log

All notable changes to the "vscode-parse-tree" extension will be documented in this file.

0.31.0 (14 Jun 2024)

Enhancements

0.30.0 (19 Mar 2024)

Enhancements

0.29.0 (1 Dec 2023)

Enhancements

  • Switch to tree-sitter-xml

0.28.0 (16 Oct 2023)

Enhancements

0.27.0 (16 Oct 2023)

Enhancements

0.26.0 (29 Mar 2023)

Enhancements

  • Add tree-sitter-julia support

0.25.0 (1 Mar 2023)

Enhancements

  • Include tree-sitter-perl to add Perl support #61 (@Leeft)

0.24.0 (29 Nov 2022)

Enhancements

0.23.0 (21 Sep 2022)

Enhancements

  • Api for registering custom languages #43 (@RedCMD)

0.22.0 (18 Sep 2022)

Enhancements

0.21.0 (25 Jul 2022)

Enhancements

0.20.0 (23 Jul 2022)

Enhancements

0.19.0 (21 Jul 2022)

Enhancements

0.18.0 (8 Jun 2022)

Enhancements

0.17.0 (17 Mar 2022)

Enhancements

0.16.0 (27 Feb 2022)

Enhancements

0.15.0 (18 Feb 2022)

Enhancements

  • Bundle web-tree-sitter and added Haskell support #20 (@wenkokke)

0.14.0 (16 Jan 2021)

Enhancements

0.13.0 (22 Dec 2021)

Enhancements

0.12.0 (9 Dec 2021)

Enhancements

0.11.0 (8 Dec 2021)

Enhancements

0.10.0 (30 Nov 2021)

Enhancements

0.9.0 (16 Aug 2021)

Enhancements

  • Add loadLanguage function and improve loading robustness #8

0.8.0 (8 Aug 2021)

Enhancements

  • Add preliminary xml support using html parser
  • Improve error messages

0.7.0 (8 Aug 2021)

Enhancements

  • Add C and HTML support

0.6.0 (28 July 2021)

Enhancements

  • Add Java support

0.5.0 (22 July 2021)

Enhancements

0.4.0

Add support for untrusted workspaces

0.3.0

Switch to wasm to support Windows and Remote SSH

0.2.0

  • Add JSON parser