Skip to content

Commit bd69c07

Browse files
Combined dublet sections for added.
1 parent e6f48a2 commit bd69c07

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Changed constructors of `FileSystemHandle`, `FileSystemHandleInProcess`, `FileSystemFileHandle`, `FileSystemFileHandleInProcess`, `FileSystemDirectoryHandle`, `FileSystemDirectoryHandleInProcess`, and `FileSystemWritableFileStreamInProcess` to be protected instead of internal so that they can be extended.
1414
- Changed all non-creator methods that return `IJSWrappers` so that their returned objects will dispose of their `JSReference` when they are disposed. As an example, `File`s returned from `FileSystemFileHandle.GetFileAsync` will now dispose their `JSReference` when the `File` is disposed, so that you don't need to manually dispose the `JSReference` before disposing the `File` itself.
1515
### Added
16+
- Added XML Documentation to all public types and members.
1617
- Added target for .NET 8.
1718
- Added `CreateAsync` creator methods for all wrapper classes that were missing them.
1819
- Added `IAsyncDisposable` implementation to all wrapper classes that ensures that their helpers and `JSReference`s are disposed.
1920
### Fixed
2021
- Fixed that `FileSystemDirectoryHandleInProcess.ValuesAsync` would instantiate a helper module, which would not be disposed.
2122

22-
### Added
23-
- Added XML Documentation to all public types and members.
24-
2523
## [0.3.1] - 2023-10-19
2624
### Fixed
2725
- Fixed that writing `WriteParams` with a `Blob` used the wrong JS helper reference.

0 commit comments

Comments
 (0)