We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ec139 commit c03000fCopy full SHA for c03000f
HISTORY.md
@@ -1,5 +1,10 @@
1
# History
2
3
+#### 1.2.0
4
+
5
+- Added ability to queue a function (in addition to selectors) ([**@corrideat**](https://github.com/corrideat))
6
+- Improved `'okTurtles.eventQueue/queuedInvocations'` to support showing all queues
7
8
#### 1.1.0
9
10
- Convert codebase to TypeScript ([**@corrideat**](https://github.com/corrideat))
package.json
@@ -1,6 +1,6 @@
{
"name": "@sbp/okturtles.eventqueue",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Synchronize asynchronous SBP invocations",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
0 commit comments