Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 20:55

Changelog

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]

Breaking Changes

  • None

Features

  • None

Bugfixes

  • None

[v0.2.0] 2023-07-11

Release Page

Breaking Changes

  • None

Features

  • Add Nullable Type expressions
  • Add Function Expressions
  • Add Comment skipping
  • Add If Expressions
  • Complete Logical Expressions

Bugfixes

  • Allow for empty lists
  • Add Ampersand as valid operator
  • Add open Bracket, open Parenthesis as each expression continuators
  • Move LogialOr up in priority
  • Make Literals the first attempted parse
  • Fix null seperator
  • Fix off by one error

[v0.1.0] - 2023-06-28

Release Page

  • First Release, Support large part of the M Expression Spec