Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 979 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 979 Bytes

Unreleased

  • No unreleased changes

2.0.5

  • Removes jest-in-case dev dependency
  • Adds evaluateExpression to public API
  • Fixed quote escaping in quoted identifiers

2.0.4

  • Adds new end 2 end tests
  • Upgrades all dev dependencies

2.0.3

  • Version added to overwrite accidental update of "latest" tag when publishing 1.0.3

2.0.2

  • Fixed operator precedence in the case of OR, XOR, AND

2.0.1

  • Fixed README typos

2.0.0

  • Added support for quoted identifiers
  • Added support for comments
  • Replaced use of "operand" with the more accurate "identifier"
  • Updated separating characters to match boon spec
  • Greatly improved testing on parser and lexer

1.0.3

  • Backported operator precedence fix from 2.0.2

1.0.2

  • Fixed bug with handling of unterminated nested expressions

1.0.1

  • Fixed bug with evaluation of leading NOT operator

1.0.0

  • Initial implementation of boon parsing and evaluation without comments or quoted identifiers