Changelog
[4.0.0] - 2022-04-20
isolatedModules
and preserveValueImports
compilation scenarios #305typescript@3.8.3
#307
v3.8.0
for Client#send
& Client#sendAsync
unintentionally raised the minimum typescript
requirement. fixing this involved weakening the types for those functions, which may require modifying your code. this change will be reverted for v4.0.0
.Changelog
[3.8.0] - 2022-03-17
typescript@4.6
Client#send
& Client#sendAsync
to accept message headers instead of a Message