Skip to content

v2.0.0 — Typescript Rewrite

Compare
Choose a tag to compare
@adalinesimonian adalinesimonian released this 13 Aug 00:50
· 203 commits to main since this release
9d4b77c

BREAKING CHANGES

  • parse() now returns the expression function instead of an object
  • Polymer Expressions holdovers (filters, as/in expressions) removed
  • Errors thrown when parsing invalid expressions are now thrown when parsing instead of during evaluation

Additions

  • evaluate(), which executes an expression immediately, added to API

Fixes

  • Tests for the << bitwise left shift and >> bitwise right shift operators fixed; prior, the tests mistakenly used < and > instead of << and >>

Development changes

Full Changelog