·
29 commits
to main
since this release
Major Changes
-
Drop support for Node.JS v14, v16, and v20.
-
The integration test suite no longer uses
lib: ["dom"]to tell TypeScript to assume DOM-related symbols are in the global namespace. If your integration library's test suite relied on this behavior, you may need to addlib: ["dom"]to thecompilerOptionssection of your test suite'stsconfig.json.