session@0.3.0
Breaking Changes📦 remixView on GitHub →
⚠ 3 breaking🔧 6 symbols
Summary
This release introduces breaking changes by renaming storage creation functions to explicitly include 'Session' in their names for better clarity.
⚠️ Breaking Changes
- Renamed createFileStorage to createFileSessionStorage. Update all imports and calls to use the new name.
- Renamed createMemoryStorage to createMemorySessionStorage. Update all imports and calls to use the new name.
- Renamed createCookieStorage to createCookieSessionStorage. Update all imports and calls to use the new name.
Migration Steps
- Replace all occurrences of createFileStorage with createFileSessionStorage.
- Replace all occurrences of createMemoryStorage with createMemorySessionStorage.
- Replace all occurrences of createCookieStorage with createCookieSessionStorage.
🔧 Affected Symbols
createFileStoragecreateFileSessionStoragecreateMemoryStoragecreateMemorySessionStoragecreateCookieStoragecreateCookieSessionStorage