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 349ca49 commit f49bb95Copy full SHA for f49bb95
CHANGELOG.md
@@ -24,6 +24,22 @@ How to install:
24
npm install fp-ts@rc
25
```
26
27
+- **New Feature**
28
+ - `ReaderTask`
29
+ - add `ReaderIO` constructors/combinators, #1773 (@thewilkybarkid)
30
+ - `ReaderTaskEither`
31
+ - add `ReaderIO` constructors/combinators, #1774 (@thewilkybarkid)
32
+- **Polish**
33
+ - backport from v3 some handy defaults defined in natural transformations/combinators/constructors (@gcanti)
34
+
35
+# 2.13.0-rc.2
36
37
+How to install:
38
39
+```sh
40
+npm install fp-ts@rc
41
+```
42
43
- **Experimental**
44
- add `exports` field to `package.json` in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
45
- **New Feature**
0 commit comments