Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 1.78 KB

Changelog

All user-facing or otherwise 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.

Changed

  • Replace YAML-tmLanguage file with sublime-syntax format

Removed

  • Drop support for versions of Sublime Text prior to build 3092

v1.5.0 - 2021-09-14

Added

  • Add support for pitch

v1.4.0 - 2020-12-20

Added

  • Add support for :pointer

v1.3.0 - 2020-07-30

Added

  • Add support for :monitor
  • Add support for :assert
  • Add support for :stringmode
  • Add support for string literals

v1.2.0 - 2019-06-23

Added

  • Add support for :call

v1.1.0 - 2018-08-30

Added

  • Add support for metaprogramming commands (:macro, :calc, and :byte)

Changed

  • Change name assigned to relational operators (<, >, <=, >=)

v1.0.1 - 2016-11-18

Added

  • Add support for unary plus operator

Changed

  • Switch to MIT License

v1.0.0 - 2016-07-16

Initial release