Releases: aurelia/binding
Releases · aurelia/binding
aurelia-binding v0.3.4
Bug Fixes
- observers: do not fail on primitive observation attempt (854930a5)
aurelia-binding v0.3.3
Bug Fixes
- ast: correct (in)equality operators against null operands (4036b33d)
- last: prevent null refs on complex property path expressions (68ab5073)
Features
- observer-locator: enable property observation adapter plugins
aurelia-binding v0.3.1
Bug Fixes
- ast: rename eval to evaluate to avoid name conflicts (c3964e7c)
aurelia-binding v0.3.0
Bug Fixes
- all:
- correct internal operator usage (4072c598)
- real javascript operator support for equality (bbad0f38)
- event-manager: improve element config model (afc9e37d)
- package: update dependencies (ac2cef9c)
Features
- value-converter: add fluent helper to metadata api (63c1ecff)
aurelia-binding v0.2.2
Bug Fixes
- ast: incorrect parameter reference during connection (cd291b0c)
aurelia-binding v0.2.1
Bug Fixes
- observer-locator: differentiate array observer storage from length prop storage (992b4834)
Features
- name-expression: prepare for new ref syntax (f046e821)
- package: update Aurelia dependencies (70acf72c)
aurelia-binding v0.2.0
Bug Fixes
- all: rename Filter to ValueConverter (7f5e5785)
Features
- CallExpression: enable passing function refs with call bindings (1b333f0d)
- build: update compiler and switch to register module format (b3a9c112)
- name-expression: support explicit ref binding modes (c2954228)
- value-converter:
aurelia-binding v0.1.2
Bug Fixes
- package: update dependencies to latest (e6e6deb9)
aurelia-binding v0.1.1
Features
- listener-expression: add prevent default option for event listeners (1adc75a7)