Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarljubenovic committed Nov 4, 2023
1 parent 576afaf commit 895b08d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 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`.

# 0.0.2 (2023-11-03)

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupiterate",
"version": "0.0.2",
"version": "0.0.3",
"description": "A tree-shakable iteration library.",
"main": "dst/cjs/index.js",
"module": "dst/esm/index.js",
Expand Down

0 comments on commit 895b08d

Please sign in to comment.