Skip to content

2.0.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 09 May 00:17
· 177 commits to master since this release

aurelia-binding 2.0.0

Breaking Changes

  • Removed Lexer and merged functionality into Parser. Up to 10x expression parse perf improvements.

Note: While this is technically a breaking change, it's unlikely to affect anyone as the Lexer wouldn't have been used directly. It was used by the Parser. This major version bump is just a precaution in case someone in the community was doing something very strange.

Bug Fixes

  • SelectValueObserver: observe characterData mutation (e982ae0)