2.0.0
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)