Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 17, 2022
1 parent 349ca49 commit f49bb95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -24,6 +24,22 @@ How to install:
npm install fp-ts@rc
```

- **New Feature**
- `ReaderTask`
- add `ReaderIO` constructors/combinators, #1773 (@thewilkybarkid)
- `ReaderTaskEither`
- add `ReaderIO` constructors/combinators, #1774 (@thewilkybarkid)
- **Polish**
- backport from v3 some handy defaults defined in natural transformations/combinators/constructors (@gcanti)

# 2.13.0-rc.2

How to install:

```sh
npm install fp-ts@rc
```

- **Experimental**
- add `exports` field to `package.json` in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
- **New Feature**
Expand Down

0 comments on commit f49bb95

Please sign in to comment.