Skip to content

Commit 915e606

Browse files
committed
Changes!
1 parent 405b434 commit 915e606

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020

2121
([Adi Salimgereyev](https://github.com/abs0luty))
2222

23-
- The JavaScript prelude JavaScript API now contains the `BitArray$isBitArray`
23+
- The JavaScript prelude TypeScript API now contains the `BitArray$isBitArray`
2424
and `BitArray$BitArray$data` functions.
2525
([Louis Pilfold](https://github.com/lpil))
2626

27+
- The type-checking JavaScript functions for Gleam data structure now use the
28+
`value is TypeName` TypeScript return type rather than `boolean`.
29+
([Louis Pilfold](https://github.com/lpil))
30+
2731
### Build tool
2832

2933
- When adding a package that does not exist on Hex, the message is a bit

0 commit comments

Comments
 (0)