Veljko Tekelerović

Results 16 issues of Veljko Tekelerović

Expand `freezing` to system `Cache` folder as an additional option.

New feature :bulb:

Add new or update existing code examples.

Documentation

Add a public method that allows changing field value of an already frozen `struct` without the need for unfreezing. New value should be present at next unfreeze attempt. eg: ```Swift...

New feature :bulb:

Add a method that async returns raw data from a given endpoint.

New feature :bulb:

Implement separate operation queue for background `I/O` operations.

Optimization ⚙️
New feature :bulb:

This PR changed the following in `Fridge` interface and internalies - #54 - #55 It also addresses: - #40 - #26