v3.43.0v3.42.0
Reading changes from the repo…
Iterator.zip
and Iterator.zipKeyed
, allowing you to combine multiple iterators seamlessly. Iterator.prototype.chunks
and Iterator.prototype.windows
, making it easier to work with large datasets by processing them in manageable pieces. Math.clamp
function, which helps you easily constrain values within a specified range, improving your mathematical operations. TypedArray.prototype.with
, ensuring better handling of negative indices in Safari and Bun. Set.prototype.difference
method is now fixed to prevent issues when the set is updated, enhancing its reliability across different environments. Error.isError
method is now marked as unsupported in Node due to a known bug, ensuring you receive accurate error handling information. Set.prototype.symmetricDifference
and Set.prototype.union
methods that caused incorrect behavior in certain browsers, ensuring consistent functionality across platforms. Iterator.from
that throws an error when the underlying iterator's return method is null, improving the robustness of iterator creation.