v3.2.8
What's Changed
- Upgrade dependencies
- Update examples and removed deprecated function calls like
byteArray.toString()
- Add
dom.js
,ambient.js
andnode-ambient.js
to allow importing there type definitions in the codebase with a bundler - Update TSDoc documentation for
system
- node-gtk: Add new
gtk-4-application
example - node-gtk: Uses snake_case for property names at constructor, fixes #131
Breaking Changes
- Removed support for additional
underscore
properties (next tolowerCamelCase
) in the generated types, if this causes problems please let us know, then we will undo it again
Full Changelog: v3.2.7...v3.2.8