Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 661 Bytes

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 661 Bytes

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.

[Unreleased]

Removed

Deprecated

Changed

Fixed

Added

Marked for Deprecation

[v0.0.1-alpha]

Initial release

Removed

Deprecated

Changed

Fixed

Added

  • Expressions resolving to non-negative numbers
    • +, -, *, /, <<, >>,
  • Expressions resolving to booleans
    • Comprison checks (&&, ||, ==, <>[=])
  • if/else branch control
  • CHANGELOG.md

Marked for Deprecation