Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.11 KB

Change Log

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.

[0.1.1] - 2018-07-27

Added

  • These keywords are added to grammar: const, testcase, testfunction, phys, raw, raw64, rx, txrq, export
  • Autocompletion for testcase and testfunction
  • Disclaimer section in README.md
  • An installers folder in the source code repository for accessing previous packaged extension.

Changed

  • Rewrite README.md for clearer readability

[0.1.0] - 2018-07-16

Added

  • Snippet Support : in .snippets/snippets.json
  • Keyword auto-completion for most keywords that are present in syntax highlighting
  • Code snippets for control structures and common functions
  • Repository & Bug information in package.json file

Changed

  • package.json file to reflect new additions
  • README.md file to reflect new features

[0.0.1] - 2018-07-13

Added

  • Initial Code
  • Initial README.md
  • Basic Syntax-highlighting
  • Licensing under MIT License