Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2021-05-19)

### Features

* added `IPlayerPrefsStorage` and its implementation ([310d9e9](310d9e9))
* added new `async` APIs for encryption and compression, removed `async` keyword and replaced with task chaining ([549e7b7](549e7b7))
* changed `IFileStorage` generic interface declaration to use only `ISerializationProvider` as generic constraint ([683e57f](683e57f))
* introduced `IDataTransform` and `DataTransformSerializationProvider` ([145b6f4](145b6f4))
* preparing for adding player prefs storage ([aa1750c](aa1750c))
  • Loading branch information
semantic-release-bot committed May 19, 2021
1 parent 697fe98 commit c5d90fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Packages/LocalStorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.4.0](https://github.com/dre0dru/LocalStorage/compare/v2.3.0...v2.4.0) (2021-05-19)


### Features

* added `IPlayerPrefsStorage` and its implementation ([310d9e9](https://github.com/dre0dru/LocalStorage/commit/310d9e99dd5f6032764b6b89958386eac555dfa4))
* added new `async` APIs for encryption and compression, removed `async` keyword and replaced with task chaining ([549e7b7](https://github.com/dre0dru/LocalStorage/commit/549e7b77ee6360a5853fab1075d87e3ae221c4b7))
* changed `IFileStorage` generic interface declaration to use only `ISerializationProvider` as generic constraint ([683e57f](https://github.com/dre0dru/LocalStorage/commit/683e57fe0bb42c2701d1a1e83b3148f5c0f58300))
* introduced `IDataTransform` and `DataTransformSerializationProvider` ([145b6f4](https://github.com/dre0dru/LocalStorage/commit/145b6f4b73da206d4d530479e2c236a1d327f7c4))
* preparing for adding player prefs storage ([aa1750c](https://github.com/dre0dru/LocalStorage/commit/aa1750c427dd0a9b87eb20a7d48d40e0aa05d229))

# [2.3.0](https://github.com/dre0dru/LocalStorage/compare/v2.2.0...v2.3.0) (2021-05-15)


Expand Down
2 changes: 1 addition & 1 deletion Packages/LocalStorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.dre0dru.localstorage",
"version": "2.3.0",
"version": "2.4.0",
"displayName": "Local Storage",
"description": "Utility classes for managing local data saved on device",
"unity": "2020.1",
Expand Down

0 comments on commit c5d90fc

Please sign in to comment.