Veljko Tekelerović

Results 16 issues of Veljko Tekelerović

Add another method that allows the users to get (an array perhaps) of `[String]` identifiers.

New feature :bulb:

Merge or combine the tests. There's no real difference in functional testing.

Optimization ⚙️

Implement `Fridge[storage_id]` as a "shortcut" for unfreezing.

New feature :bulb:

Update documentation before each public release.

Documentation

Demonstrate few Xcode example projects and the way how `Fridge` can be used: - [x] Github repos simple app - [x] Link `Clmn` app as usage example

Documentation

Rework and better expose `FridgeErrors` model.

Optimization ⚙️
New feature :bulb:

Make sure async operations are performed on proper thread.

Optimization ⚙️

Instead of providing `String` based `key`, allow freezing and grabbing structs that conform to `Identifiable`.

New feature :bulb:

Provide a method for saving/retreiving hashed transformation of given struct.

New feature :bulb: