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.
- Removed dev dependencies from release package. (reduced its size)
0.3.0 - 2019-05-02
- Auto-generated docs of all script commands in Herc's script_commands.txt
- Variable autocomplete
- 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.
- License (MIT)
- 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