Releases: dre0dru/LocalStorage
Releases · dre0dru/LocalStorage
v5.0.0
v4.1.0
v4.0.1
v4.0.0
4.0.0 (2021-06-29)
Features
- split async and sync API into different interfaces (21a4e84)
BREAKING CHANGES
- core interfaces changed, serialization classes moved into separate namespace, introduced sync/async only implementations for several facades, removed generic storage interfaces and implementations
v3.1.0
v3.0.0
v2.4.0
2.4.0 (2021-05-19)
Features
- added
IPlayerPrefsStorage
and its implementation (310d9e9) - added new
async
APIs for encryption and compression, removedasync
keyword and replaced with task chaining (549e7b7) - changed
IFileStorage
generic interface declaration to use onlyISerializationProvider
as generic constraint (683e57f) - introduced
IDataTransform
andDataTransformSerializationProvider
(145b6f4) - preparing for adding player prefs storage (aa1750c)