Skip to content

Commit de1d5ac

Browse files
committed
Ready for release!
1 parent 0bfd0ba commit de1d5ac

File tree

5 files changed

+116
-89
lines changed

5 files changed

+116
-89
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# IterTools Typescript Change Log
22

3+
## v2.0.0 - 2025-01-25
4+
5+
### Improvements
6+
* Stream and AsyncStream are fully refactored
7+
* Classes made generic.
8+
* All the methods made generic and save the typing.
9+
* reduce
10+
* `toValue()`, `toValueAsync()` — union return type has been replaced by inferred type.
11+
* `toRange()`, `toRangeAsync()` — use `Numeric` type in arguments.
12+
* multi
13+
* Type `ZipTuple` — added support for iterators and async iterables / iterators.
14+
* math
15+
* All the methods use `Numeric` type in arguments.
16+
* All the tests are refactored to check the typing.
17+
* Found bugs fixed.
18+
19+
### New features
20+
* types
21+
* `Numeric`
22+
* `NumericString`
23+
324
## v1.29.1 - 2025-01-23
425

526
### Improvements

0 commit comments

Comments
 (0)