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 c37c74e commit 1dc155cCopy full SHA for 1dc155c
CHANGELOG.md
@@ -13,6 +13,12 @@
13
**Note**: Gaps between patch versions are faulty/broken releases.
14
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
15
16
+# 0.1.29
17
+
18
+- **New Feature**
19
+ - `IOOption`
20
+ - add `fromPredicate`, #94 (@thewilkybarkid)
21
22
# 0.1.28
23
24
- **New Feature**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fp-ts-contrib",
3
- "version": "0.1.28",
+ "version": "0.1.29",
4
"description": "A community driven utility package for fp-ts",
5
"main": "lib/index.js",
6
"module": "es6/index.js",
0 commit comments