Skip to content

Releases: dre0dru/LocalStorage

v5.0.0

29 Nov 16:43
Compare
Choose a tag to compare

5.0.0 (2022-11-29)

chore

  • updated release action, package at root (c81ecc6)

BREAKING CHANGES

  • namespaces changes

v4.1.0

19 Dec 01:01
Compare
Choose a tag to compare

4.1.0 (2021-12-19)

Features

  • added newtonsoft json serializer (3e71001)

v4.0.1

01 Aug 10:57
Compare
Choose a tag to compare

4.0.1 (2021-08-01)

Bug Fixes

  • wrapped RequiredMember attribute in preprocessor directive (b9370bf)

v4.0.0

29 Jun 18:47
Compare
Choose a tag to compare

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

21 May 13:26
Compare
Choose a tag to compare

3.1.0 (2021-05-21)

Features

  • added optional UniTask support for async API (bd3ed83)

v3.0.0

19 May 09:16
Compare
Choose a tag to compare

3.0.0 (2021-05-19)

Features

  • misspelled footer in commits, need to bump version (53bece0)

BREAKING CHANGES

  • bump package version

v2.4.0

19 May 09:07
Compare
Choose a tag to compare

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)

v2.3.0

15 May 16:53
Compare
Choose a tag to compare

2.3.0 (2021-05-15)

Features

  • added async methods to ISerializationProvider, removed async keyword from Storage, returning chained tasks instead (dce37ff)

v2.2.0

08 May 12:34
Compare
Choose a tag to compare

2.2.0 (2021-05-08)

Features

  • reintroduced IStorage interface for service abstraction (8153927)

v2.1.0

07 May 19:52
Compare
Choose a tag to compare

2.1.0 (2021-05-07)

Features

  • added compressed data provider (e7d3ed7)