Skip to content

Commit e6f48a2

Browse files
Updated Create methods to be removed instead of obsolete to prepare for major release.
1 parent 06cac6c commit e6f48a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Deprecated
9-
- Deprecated synchronous `FileSystemDirectoryHandle.Create`, `FileSystemFileHandle.Create`, `FileSystemHandle.Create`, and `FileSystemWritableFileStream.Create` creator method in favor of asynchronous `CreateAsync` methods.
108
### Removed
9+
- Removed synchronous `FileSystemDirectoryHandle.Create`, `FileSystemFileHandle.Create`, `FileSystemHandle.Create`, and `FileSystemWritableFileStream.Create` creator methods in favor of asynchronous `CreateAsync` methods.
1110
- Removed `FileSystemOptions` class and the overloaded methods that used it for customizing the helper-module path, as the same could be achieved with an `importmap`.
1211
### Changed
1312
- Changed the version of `Blazor.FileAPI` to use the newest version, which is 0.4.0.

0 commit comments

Comments
 (0)