Skip to content

Commit ed26ab5

Browse files
committed
version 2.1.0
1 parent 8b0b214 commit ed26ab5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
1515
high state of flux, you're at risk of it changing without notice.
1616

17+
# 2.1.0
18+
19+
- **New Feature**
20+
- add `bigint` codec (@mixedCase)
21+
1722
# 2.0.6
1823

1924
- **Bug Fix**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io-ts",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "TypeScript compatible runtime type system for IO validation",
55
"files": [
66
"lib",

test/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function assertSuccess<T>(result: t.Validation<T>, expected?: T): void {
3131
if (expected !== undefined) {
3232
assert.deepStrictEqual(a, expected)
3333
}
34-
return true
3534
}
3635
)
3736
)

0 commit comments

Comments
 (0)