Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 525 Bytes

CHANGELOG.md

File metadata and controls

16 lines (14 loc) · 525 Bytes

1.3

- Implemented rx-java2 CachedCall adapter
- Moving classes to commons module
- Renaming some classes

1.2

- Renaming CachedCall<T> into Cached<T>
- Make RequestBuilder and ResponseUtils inner classes of CachedCall
- Implemented new tests matching Retrofit.
- Sync calls now are also cached

1.1.1

- Added `clone()` method to `CachedCall` interface to avoid extra casting.
- Implemented new tests and fixed old ones.

1.1

- Added `remove` method for invalidate a cached call.