We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444a696 commit 465d2b1Copy full SHA for 465d2b1
1 file changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- do not remove -->
4
5
+## 1.12.37
6
+
7
+### New Features
8
9
+- Add `to_aiter` as public async generator and simplify `maybe_aiter` to use it ([#803](https://github.com/AnswerDotAI/fastcore/issues/803))
10
+- Add async mapping utilities: `mapa` and `maybe_aiter` ([#802](https://github.com/AnswerDotAI/fastcore/pull/802)), thanks to [@ncoop57](https://github.com/ncoop57)
11
12
13
## 1.12.36
14
15
### New Features
0 commit comments