Skip to content

Callbacks to bindList, performance improvements, BindGetter and more!

Choose a tag to compare

@g105b g105b released this 12 Oct 10:28
d8006b5

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 templated HTMLElement.
  • BindableCache is introduced that significantly increases the speed of using Bind 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.