v0.14.2: Iterable Optimizations & Arrays
This release contains performance enhancements and implements iterable arrays:
- Typings: define new explicit type for IterablePropertyValue which accepts arrays and objects
- Accept
function
as supporting the JSin
operator inisObjectLike
- Refactor the implementation of
queueIteratableIterator
to permit derived versions such asdebounceQueueIteratableIterator
whilst hiding the internal implementation from the external interface. debounceQueueIteratableIterator
tracks in-flight async iterations to prevent duplicate (===) values being yielded in quick succession.- Fire iterables on a sub-property
delete
Full Changelog: Release-v0.14.1...Release-v0.14.2