Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Dec 02:55
· 11 commits to main since this release

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_*.