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

Commit

Permalink
Show file tree
Hide file tree
Showing 37 changed files with 397 additions and 71 deletions.
165 changes: 165 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packages/windows_ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: parameters of type `Uri` and WinRT object are now nullable ([#294](https://github.com/dart-windows/dartwinrt/issues/294)). ([16b1a292](https://github.com/dart-windows/dartwinrt/commit/16b1a2926a6cfba4c5c3279f5893511b5fca6c9c))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.2+2

- Update a dependency to the latest release.
Expand Down
10 changes: 5 additions & 5 deletions packages/windows_ai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_ai
description: Provides access to WinRT APIs from the Windows.AI namespace using
FFI.
version: 0.0.2+2
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_ai
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_ai%22
Expand All @@ -22,10 +22,10 @@ platforms:
dependencies:
ffi: ^2.0.2
win32: ^5.0.4
windows_foundation: ^0.0.9
windows_graphics: ^0.0.5
windows_media: ^0.0.3+2
windows_storage: ^0.0.3
windows_foundation: ^0.1.0
windows_graphics: ^0.1.0
windows_media: ^0.1.0
windows_storage: ^0.1.0

dev_dependencies:
test: ^1.24.1
9 changes: 9 additions & 0 deletions packages/windows_applicationmodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.5

- **FEAT**: add `toList` extension method to structs ([#279](https://github.com/dart-windows/dartwinrt/issues/279)). ([dd00ee32](https://github.com/dart-windows/dartwinrt/commit/dd00ee32b03d10aa1dcf95805e821921c433a184))
Expand Down
8 changes: 4 additions & 4 deletions packages/windows_applicationmodel/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_applicationmodel
description: Provides access to WinRT APIs from the Windows.ApplicationModel
namespace using FFI.
version: 0.0.5
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_applicationmodel
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_applicationmodel%22
Expand All @@ -22,9 +22,9 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.3
windows_foundation: ^0.0.9
windows_storage: ^0.0.3
windows_system: ^0.0.4+2
windows_foundation: ^0.1.0
windows_storage: ^0.1.0
windows_system: ^0.1.0

dev_dependencies:
test: ^1.24.1
10 changes: 10 additions & 0 deletions packages/windows_data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: parameters of type `Uri` and WinRT object are now nullable ([#294](https://github.com/dart-windows/dartwinrt/issues/294)). ([16b1a292](https://github.com/dart-windows/dartwinrt/commit/16b1a2926a6cfba4c5c3279f5893511b5fca6c9c))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.2

- **FEAT**: add `toList` extension method to structs ([#279](https://github.com/dart-windows/dartwinrt/issues/279)). ([dd00ee32](https://github.com/dart-windows/dartwinrt/commit/dd00ee32b03d10aa1dcf95805e821921c433a184))
Expand Down
6 changes: 3 additions & 3 deletions packages/windows_data/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_data
description: Provides access to WinRT APIs from the Windows.Data namespace
using FFI.
version: 0.0.2
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_data
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_data%22
Expand All @@ -22,8 +22,8 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.0
windows_foundation: ^0.0.9
windows_storage: ^0.0.3
windows_foundation: ^0.1.0
windows_storage: ^0.1.0

dev_dependencies:
test: ^1.24.1
10 changes: 10 additions & 0 deletions packages/windows_devices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **FEAT**: support `WinRTStruct` type arguments in Vectors ([#289](https://github.com/dart-windows/dartwinrt/issues/289)). ([486f0de9](https://github.com/dart-windows/dartwinrt/commit/486f0de9e71122e15fcb1fb2933dbc385f5c3718))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.3

- **FEAT**: add `toList` extension method to structs ([#279](https://github.com/dart-windows/dartwinrt/issues/279)). ([dd00ee32](https://github.com/dart-windows/dartwinrt/commit/dd00ee32b03d10aa1dcf95805e821921c433a184))
Expand Down
14 changes: 7 additions & 7 deletions packages/windows_devices/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_devices
description: Provides access to WinRT APIs from the Windows.Devices namespace
using FFI.
version: 0.0.3
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_devices
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_devices%22
Expand All @@ -22,12 +22,12 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.0
windows_applicationmodel: ^0.0.5
windows_foundation: ^0.0.9
windows_graphics: ^0.0.5
windows_storage: ^0.0.3
windows_system: ^0.0.4+2
windows_ui: ^0.0.4
windows_applicationmodel: ^0.1.0
windows_foundation: ^0.1.0
windows_graphics: ^0.1.0
windows_storage: ^0.1.0
windows_system: ^0.1.0
windows_ui: ^0.1.0

dev_dependencies:
test: ^1.24.1
14 changes: 14 additions & 0 deletions packages/windows_foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.1.0

> Note: This release has breaking changes.
- **REFACTOR**: tweak the conversions from native arrays to Dart Lists ([#300](https://github.com/dart-windows/dartwinrt/issues/300)). ([009e6d15](https://github.com/dart-windows/dartwinrt/commit/009e6d1537e968c659beb1b2d9a4f4ddfaa17a8f))
- **REFACTOR**: rework `getRestrictedErrorDescription` function ([#298](https://github.com/dart-windows/dartwinrt/issues/298)). ([0c2a7a91](https://github.com/dart-windows/dartwinrt/commit/0c2a7a91d301594c9932a6bb1ec8019a2c394662))
- **FEAT**(windows_media): add `MediaCapture` APIs ([#301](https://github.com/dart-windows/dartwinrt/issues/301)). ([81584de7](https://github.com/dart-windows/dartwinrt/commit/81584de719d6c7e64bd3d591a1a219bccf17eb13))
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **FEAT**: support `Object?` type arguments in Vectors ([#290](https://github.com/dart-windows/dartwinrt/issues/290)). ([1b9034b7](https://github.com/dart-windows/dartwinrt/commit/1b9034b7663434e31293703260c7a7198ac539c1))
- **FEAT**: support `WinRTStruct` type arguments in Vectors ([#289](https://github.com/dart-windows/dartwinrt/issues/289)). ([486f0de9](https://github.com/dart-windows/dartwinrt/commit/486f0de9e71122e15fcb1fb2933dbc385f5c3718))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.9

- **FEAT**: add `toList` extension method to structs ([#279](https://github.com/dart-windows/dartwinrt/issues/279)). ([dd00ee32](https://github.com/dart-windows/dartwinrt/commit/dd00ee32b03d10aa1dcf95805e821921c433a184))
Expand Down
18 changes: 9 additions & 9 deletions packages/windows_foundation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_foundation
description: Provides access to WinRT APIs from the Windows.Foundation
namespace using FFI.
version: 0.0.9
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_foundation
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_foundation%22
Expand All @@ -22,14 +22,14 @@ platforms:
dependencies:
ffi: ^2.0.2
win32: ^5.0.4
windows_data: ^0.0.2
windows_devices: ^0.0.3
windows_graphics: ^0.0.5
windows_media: ^0.0.3+2
windows_networking: ^0.0.2
windows_services: ^0.0.1+2
windows_storage: ^0.0.3
windows_ui: ^0.0.4
windows_data: ^0.1.0
windows_devices: ^0.1.0
windows_graphics: ^0.1.0
windows_media: ^0.1.0
windows_networking: ^0.1.0
windows_services: ^0.0.2
windows_storage: ^0.1.0
windows_ui: ^0.1.0

dev_dependencies:
test: ^1.24.1
8 changes: 8 additions & 0 deletions packages/windows_gaming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))

## 0.0.2

- **FEAT**: add `toList` extension method to structs ([#279](https://github.com/dart-windows/dartwinrt/issues/279)). ([dd00ee32](https://github.com/dart-windows/dartwinrt/commit/dd00ee32b03d10aa1dcf95805e821921c433a184))
Expand Down
8 changes: 4 additions & 4 deletions packages/windows_gaming/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_gaming
description: Provides access to WinRT APIs from the Windows.Gaming namespace
using FFI.
version: 0.0.2
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_gaming
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_gaming%22
Expand All @@ -22,9 +22,9 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.0
windows_devices: ^0.0.3
windows_foundation: ^0.0.9
windows_system: ^0.0.4+2
windows_devices: ^0.1.0
windows_foundation: ^0.1.0
windows_system: ^0.1.0

dev_dependencies:
test: ^1.24.1
10 changes: 10 additions & 0 deletions packages/windows_globalization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: parameters of type `Uri` and WinRT object are now nullable ([#294](https://github.com/dart-windows/dartwinrt/issues/294)). ([16b1a292](https://github.com/dart-windows/dartwinrt/commit/16b1a2926a6cfba4c5c3279f5893511b5fca6c9c))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.1+3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/windows_globalization/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_globalization
description: Provides access to WinRT APIs from the Windows.Globalization
namespace using FFI.
version: 0.0.1+3
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_globalization
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_globalization%22
Expand All @@ -22,7 +22,7 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.0
windows_foundation: ^0.0.9
windows_foundation: ^0.1.0

dev_dependencies:
test: ^1.24.1
11 changes: 11 additions & 0 deletions packages/windows_graphics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**(windows_media): add `MediaCapture` APIs ([#301](https://github.com/dart-windows/dartwinrt/issues/301)). ([81584de7](https://github.com/dart-windows/dartwinrt/commit/81584de719d6c7e64bd3d591a1a219bccf17eb13))
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **FEAT**: support `WinRTStruct` type arguments in Vectors ([#289](https://github.com/dart-windows/dartwinrt/issues/289)). ([486f0de9](https://github.com/dart-windows/dartwinrt/commit/486f0de9e71122e15fcb1fb2933dbc385f5c3718))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.5

- **FEAT**: add `toList` extension method to structs ([#279](https://github.com/dart-windows/dartwinrt/issues/279)). ([dd00ee32](https://github.com/dart-windows/dartwinrt/commit/dd00ee32b03d10aa1dcf95805e821921c433a184))
Expand Down
6 changes: 3 additions & 3 deletions packages/windows_graphics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_graphics
description: Provides access to WinRT APIs from the Windows.Graphics namespace
using FFI.
version: 0.0.5
version: 0.1.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_graphics
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_graphics%22
Expand All @@ -22,8 +22,8 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.3
windows_foundation: ^0.0.9
windows_storage: ^0.0.3
windows_foundation: ^0.1.0
windows_storage: ^0.1.0

dev_dependencies:
test: ^1.24.1
4 changes: 4 additions & 0 deletions packages/windows_management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1+3

- Update a dependency to the latest release.

## 0.0.1+2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/windows_management/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: windows_management
description: Provides access to WinRT APIs from the Windows.Management
namespace using FFI.
version: 0.0.1+2
version: 0.0.1+3
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_management
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_management%22
Expand All @@ -22,7 +22,7 @@ platforms:
dependencies:
ffi: ^2.0.1
win32: ^5.0.0
windows_foundation: ^0.0.9
windows_foundation: ^0.1.0

dev_dependencies:
test: ^1.24.1
10 changes: 10 additions & 0 deletions packages/windows_media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.0

> Note: This release has breaking changes.
- **FEAT**(windows_media): add `MediaCapture` APIs ([#301](https://github.com/dart-windows/dartwinrt/issues/301)). ([81584de7](https://github.com/dart-windows/dartwinrt/commit/81584de719d6c7e64bd3d591a1a219bccf17eb13))
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **FEAT**: support `WinRTStruct` type arguments in Vectors ([#289](https://github.com/dart-windows/dartwinrt/issues/289)). ([486f0de9](https://github.com/dart-windows/dartwinrt/commit/486f0de9e71122e15fcb1fb2933dbc385f5c3718))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))

## 0.0.3+2

- Update a dependency to the latest release.
Expand Down
Loading

0 comments on commit 809b8e8

Please sign in to comment.