v3.3.2
As preparation for this change in Angular Signals, collection.$items
now uses the first version of Angular Signals' default equality function. This function will always treat items as non-equal, so the $items
signal will send a notification even if items still point to the same objects after the collection was mutated. This library treats items as immutable structures and will not compare them.