Skip to content

Releases: Calder-Ty/mexpr_parser

0.2.2

25 Jul 20:55
Compare
Choose a tag to compare

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

0.2.0

21 Jul 20:49
1b69a97
Compare
Choose a tag to compare

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