We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295ea40 commit 0769ee5Copy full SHA for 0769ee5
CHANGELOG.md
@@ -16,6 +16,11 @@
16
**Note**: A feature tagged as Experimental is in a
17
high state of flux, you're at risk of it changing without notice.
18
19
+# 2.11.3
20
+
21
+- **Polish**
22
+ - pipe: fix v8 performance cliff for >10 case stmts, #1585 (@pbadenski)
23
24
# 2.11.2
25
26
- **Polish**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fp-ts",
3
- "version": "2.11.2",
+ "version": "2.11.3",
4
"description": "Functional programming in TypeScript",
5
"main": "lib/index.js",
6
"module": "es6/index.js",
0 commit comments