We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb65ee7 commit c9993d3Copy full SHA for c9993d3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## cached-iterable 0.3.0
4
+
5
+ - Ensure that if the CachedAsyncIterable is called multiple times in parallel, it does return the correct value
6
7
## cached-iterable 0.2.1
8
9
- Fix `package.json`'s `module` field.
package.json
@@ -1,7 +1,7 @@
{
"name": "cached-iterable",
"description": "Iterables which cache the values they yield",
- "version": "0.2.1",
+ "version": "0.3.0",
"author": "Mozilla <l10n-drivers@mozilla.org>",
"license": "Apache-2.0",
"contributors": [
0 commit comments