15.2.0 (deprecated)
- Added full support for callback interfaces. (#172, @ExE-Boss)
- Added support for
[LegacyWindowAlias]
,[NoInterfaceObject]
, and[Exposed]
, through the newinstall()
export of the generated wrapper files. (#187, #192, @ExE-Boss)
This release is deprecated because it accidentally introduced backward-compatibility breakages. In particular, it introduced a new required second argument to install()
, and make [Exposed]
required on all interfaces. Use v15.3.0 instead.