Skip to content

Commit

Permalink
remove the dependency on the either instance as a mean of improving…
Browse files Browse the repository at this point in the history
… tree shaking
  • Loading branch information
gcanti committed May 27, 2020
1 parent 32fb329 commit a1e46b4
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 132 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

# 2.2.4

- **Polish**
- remove the dependency on the `either` instance as a mean of improving tree shaking (@gcanti)

# 2.2.3

- **Polish**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-ts",
"version": "2.2.3",
"version": "2.2.4",
"description": "TypeScript runtime type system for IO decoding/encoding",
"files": [
"lib",
Expand Down
Loading

0 comments on commit a1e46b4

Please sign in to comment.