Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 603 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 603 Bytes

#Clean architecture core v0.3

##Updated build script multi-platform plugin to v1.3.21

disabled metadata for non-native targets

changed signature of cancel method for cancellableUseCases to accept an error or null if not triggered by an exception.

#Clean architecture RxJava2 support v0.3

RxJava use cases:

###CompletableUseCase ###CompletableUseCaseWithParams ###MaybeUseCase ###MaybeUseCaseWithParams ###PublisherUseCase ###PublisherUseCaseWithParams ###SingleUseCase ###SingleUseCaseWithParams

#Clean architecture Coroutine support v0.3

##Added support for jvm, javascript, ios, macOs