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

Latest commit

 

History

History
44 lines (29 loc) · 4.43 KB

CHANGELOG.md

File metadata and controls

44 lines (29 loc) · 4.43 KB

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: support DateTime, Duration, and TextRange type args in Vectors (#317). (8a8ef2a1)
  • FEAT: support WinRTStruct type arguments in IAsyncOperation (#313). (a194214f)
  • BREAKING FEAT: wrap struct fields (#322). (a2094b38)

0.1.0

Note: This release has breaking changes.

  • FEAT(windows_media): add MediaCapture APIs (#301). (81584de7)
  • FEAT: provide better error messages on WindowsExceptions (#291). (c06493cf)
  • FEAT: support WinRTStruct type arguments in Vectors (#289). (486f0de9)
  • BREAKING FIX: getters that return collection objects are now nullable (#297). (6e0c8148)
  • BREAKING FIX: parameters of type Uri and WinRT object are now nullable (#294). (16b1a292)
  • BREAKING FIX: some Vector type arguments are now nullable (#286). (36eef7ae)
  • BREAKING FEAT: methods with out parameters now return a Record (#299). (35ebf6f1)

0.0.4

  • FEAT: add toList extension method to structs (#279). (dd00ee32)

0.0.3+1

0.0.3

  • FEAT: add some enums required for Windows.System.Launcher APIs (#222). (5401d2a8)

0.0.2

  • FEAT(windows_ui): add Windows UI Automation APIs (#216). (89035f86)
  • FEAT(windows_ui): add MessageDialog APIs (#217). (1a5479fd)

0.0.1

  • Initial version.