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 405b434 commit 915e606Copy full SHA for 915e606
CHANGELOG.md
@@ -20,10 +20,14 @@
20
21
([Adi Salimgereyev](https://github.com/abs0luty))
22
23
-- The JavaScript prelude JavaScript API now contains the `BitArray$isBitArray`
+- The JavaScript prelude TypeScript API now contains the `BitArray$isBitArray`
24
and `BitArray$BitArray$data` functions.
25
([Louis Pilfold](https://github.com/lpil))
26
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
+
31
### Build tool
32
33
- When adding a package that does not exist on Hex, the message is a bit
0 commit comments