Callbacks to bindList, performance improvements, BindGetter and more!
This release is packed with small updates:
bindListCallback
is introduced that allows a callback function to be called on each iteration of the binding of a list, allowing you to mutate the data per element, along with manually tweaking the templatedHTMLElement
.BindableCache
is introduced that significantly increases the speed of usingBind
attributes.- Wherever a bindable object is used, if it has an
asArray
function, it will always be called. - It's now possible to leave a custom component empty without an exception being thrown.
- Overall, unit tests have been strengthened significantly.