v0.3.1
BREAKING CHANGES
This release renames all public APIs from FSBridge* to OneFS* for consistency with the package name.
Migration guide:
| Old Name | New Name |
|---|---|
FSBridge |
OneFS |
createFSBridge |
createOneFS |
FSBridgeFile |
OneFSFile |
FSBridgeDirectory |
OneFSDirectory |
FSBridgeEntry |
OneFSEntry |
FSBridgeResult |
OneFSResult |
FSBridgeError |
OneFSError |
FSBridgeErrorCode |
OneFSErrorCode |
FSBridgeCapabilities |
OneFSCapabilities |
FSBridgeConfig |
OneFSConfig |
FSBridgeAdapter |
OneFSAdapter |
FSBridgeOpenOptions |
OneFSOpenOptions |
FSBridgeSaveOptions |
OneFSSaveOptions |
FSBridgeDirectoryOptions |
OneFSDirectoryOptions |
IndexedDB database name changed from fsbridge-{appName} to onefs-{appName}.
Capacitor synthetic paths changed from fsbridge_* to onefs_*.