Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@lazarljubenovic lazarljubenovic released this 04 Nov 12:28
· 1 commit to master since this release

0.0.3 (2023-11-04)

New

chunkStrict

The newly added operator chunkStrict behaves similarly to the existing chunk, but will throw an error while iterating over the source iterable if the size of the last chunk could not be equal to the specified chunkSize.