Skip to content

Commit dd70de9

Browse files
committed
v3.2.2
1 parent 69a0fc3 commit dd70de9

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.2.2] - 2023-11-14
12+
13+
### Changed
14+
15+
- lint and format CHANGELOG.md
16+
1117
## [3.2.1] - 2023-11-14
1218

1319
### Changed
@@ -21,12 +27,17 @@ and this project adheres to
2127
Many equivalents to Kotlin standard library were added 🎉
2228

2329
- Reducers
24-
- `iter.average()` (inspired by Kotlin's [`sequences.average`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/average.html))
30+
- `iter.average()` (inspired by Kotlin's
31+
[`sequences.average`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/average.html))
2532
- Transformers
26-
- `iter.takeWhile()` (inspired by Kotlin's [`sequences.takeWhile`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/take-while.html))
27-
- `iter.drop()` (inspired by Kotlin's [`sequences.drop`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/drop.html))
28-
- `iter.dropUntil()` (like `iter.until()` but drops til given predicate is true)
29-
- `iter.dropWhile()` (inspired by Kotlin's [`sequences.takeWhile`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/drop-while.html))
33+
- `iter.takeWhile()` (inspired by Kotlin's
34+
[`sequences.takeWhile`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/take-while.html))
35+
- `iter.drop()` (inspired by Kotlin's
36+
[`sequences.drop`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/drop.html))
37+
- `iter.dropUntil()` (like `iter.until()` but drops til given predicate is
38+
true)
39+
- `iter.dropWhile()` (inspired by Kotlin's
40+
[`sequences.takeWhile`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.sequences/drop-while.html))
3041

3142
### Changed
3243

@@ -235,7 +246,8 @@ Many equivalents to Kotlin standard library were added 🎉
235246
- `iter.pair()` for zipping two iterables.
236247
- `iter.concat` (like `Array.prototype.concat`)
237248

238-
[unreleased]: https://github.com/jajaperson/iterable-utilities/compare/v3.2.1...HEAD
249+
[unreleased]: https://github.com/jajaperson/iterable-utilities/compare/v3.2.2...HEAD
250+
[3.2.2]: https://github.com/jajaperson/iterable-utilities/releases/tag/v3.2.2
239251
[3.2.1]: https://github.com/jajaperson/iterable-utilities/releases/tag/v3.2.1
240252
[3.2.0]: https://github.com/jajaperson/iterable-utilities/releases/tag/v3.2.0
241253
[3.1.0]: https://github.com/jajaperson/iterable-utilities/releases/tag/v3.1.0

deno.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)