Callbacks to bindList, performance improvements, BindGetter and more!
This release is packed with small updates:
bindListCallbackis 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.BindableCacheis introduced that significantly increases the speed of usingBindattributes.- Wherever a bindable object is used, if it has an
asArrayfunction, 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.