Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 993 Bytes

Changelog

This changelog format is based on Keep a Changelog and its versioning follows Semantic Versioning.

[Unreleased]

[1.1.0] - 2022-06-06

Added

  • Strings using backticks

[1.0.0] - 2022-05-08

Changed

  • Organizing hvm.tmLanguage.json a bit

[0.3.0] - 2022-04-21

Added

  • Matching Operators, such as = and >>. If they are highlighted or not will depend on the theme you're using;
  • Matching Keywords dup, @ and λ;
  • Matching Characters - any single character enclosed by single quotes

Changed

  • Constructor matching will match a full constructor name even if it is divided by dots;
  • Variables are no longer matched;

[0.2.0] - 2022-04-20

Added

  • Matching:
    • Constructors;
    • Line comments;
    • Strings;
    • Numerals;
    • Keywords (let);
    • Variables;

[0.1.0] - 2022-04-19 - [Uncommited]

  • Initial release, freshly generated from Yeoman;