Skip to content

1.2.1

@stephencelis stephencelis tagged this 30 Jan 21:06
* Use better binding transformations where possible

`Binding.init(get:set)` is handy but buggy when it comes to preserving
animations and passing in the correct transaction. We can preserve the
binding's transaction in a less buggy manner by leveraging dynamic
member lookup instead, a trick we've employed in TCA, but never here.

* wip
Assets 2