Skip to content

v0.14.2: Iterable Optimizations & Arrays

Compare
Choose a tag to compare
@MatAtBread MatAtBread released this 26 Jun 18:46

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 JS in operator in isObjectLike
  • Refactor the implementation of queueIteratableIterator to permit derived versions such as debounceQueueIteratableIterator 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