0.34.0
What's Changed
- Add support for Win32 array parameters by @kennykerr in #1562
- Add user consent verification sample by @kennykerr in #1566
- Anchor CI to Windows Server 2019 virtual image by @riverar in #1569
- Compact representation for pure
IDispatch
declarations by @kennykerr in #1568 - Fix
nightly
warning about unusedmust_use
by @kennykerr in #1580 - Expose Interface trait and Weak object in documentation by @vthib in #1576
- Improved Win32 array transformation by @kennykerr in #1570
- Avoid generating
IDispatch
members by @kennykerr in #1584 - Simplify common error code conversions by @kennykerr in #1585
- Remove nightly features that are no longer required by @kennykerr in #1591
- Provide hex output for
Debug
impl ofHRESULT
andNTSTATUS
by @kennykerr in #1590 - Fix multi arg COM methods and allow all types in interface methods by @rylev in #1594
- Allow for non-HRESULT return types in COM by @rylev in #1595
- Double quote feature names in generated docs for easier cut/paste by @riverar in #1599
- Basic component development support by @kennykerr in #1600
- Add license files to crate packages by @kennykerr in #1602
- Version 0.34.0 by @kennykerr in #1603
New Contributors
Full Changelog: 0.33.0...0.34.0