Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

windows_foundation v0.2.0

Latest
Compare
Choose a tag to compare
@halildurmus halildurmus released this 05 Aug 12:15
· 45 commits to main since this release
2f6841f

0.2.0

Note: This release has breaking changes.

  • REFACTOR: refactor enum projections (#338). (8b2830c6)
  • REFACTOR: refactor the projection of PassArray style array parameters (#326). (ca45f924)
  • REFACTOR: refactor parameter projections (#325). (6774c4f8)
  • FEAT: the constructors of the struct classes are now const (#331). (c0ec409d)
  • FEAT(windows_foundation): support boxing Uri objects (#328). (c4ddb4ab)
  • FEAT(windows_foundation): add wrapper for HSTRING (#324). (d8e3533b)
  • FEAT: support (Uri, String) and (Object, Object?) key-value pairs in Map (#319). (c72958dd)
  • FEAT: support DateTime, Duration, and TextRange type args in Vectors (#317). (8a8ef2a1)
  • FEAT: support double type arguments in IAsyncOperation (#315). (c03183ff)
  • FEAT: support WinRTStruct type arguments in IAsyncOperation (#313). (a194214f)
  • FEAT: support WinRTStruct type arguments in IReference (#312). (d8468adf)
  • DOCS: update docs for the internal library (#346). (f71cd951)
  • DOCS: fix grammar mistakes in docs (#340). (a420d0d7)
  • BREAKING FEAT: wrap struct fields (#322). (a2094b38)