1.1.0: A big improvement on GC
The garbage collection mechanism in VanJS was revamped in 1.1.0
. In this overhaul, we improved the GC handling for derived states and side effects registered inside DOM binding functions to avoid some unnecessary constraints while defining derived states and side effects.
See the release announcement: #81