Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 09:07
· 32 commits to master since this release

2.4.0 (2021-05-19)

Features

  • added IPlayerPrefsStorage and its implementation (310d9e9)
  • added new async APIs for encryption and compression, removed async keyword and replaced with task chaining (549e7b7)
  • changed IFileStorage generic interface declaration to use only ISerializationProvider as generic constraint (683e57f)
  • introduced IDataTransform and DataTransformSerializationProvider (145b6f4)
  • preparing for adding player prefs storage (aa1750c)