Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

41 lines (29 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.1] - 2019-05-02

Changed

  • Removed dev dependencies from release package. (reduced its size)

0.3.0 - 2019-05-02

Added

  • Auto-generated docs of all script commands in Herc's script_commands.txt
  • Variable autocomplete

Changed

  • Recoded the script parser in Tree-Sitter instead of ANTLR, this improved code analysis a lot.

0.2.0 - 2019-04-24

  • Split into Client and Language Server.

Added

  • License (MIT)

Changed

  • Big structural change to run in client/server mode
  • Fixed package.json information

0.1.0 - 2019-04-23

  • Initial release
    • Syntax Highlighting
    • A small set of commands included in autocomplete and signature helper