This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: mobilejazz/harmony-swift
Releases · mobilejazz/harmony-swift
2.0.2
1.1.5
1.1.0
0.7.1
- Mappers now can throw errors
- Sample project organize DependencyInjection by entities (and not by layers)
- Improving efficiency in swift init methods of UIImage and UIColor additions
- Renaming “Blank” naming to “Void” in Repository classes, to match Android names
- Adding methods to transform Futures into Observables and Observables into Futures
0.7.0
- DataSource is now a protocol with associated types
- New GetDataSource, PutDataSource and DeleteDataSource protocols
- Repository is now protocol with associated types
- New GetRepository, PutRepository and DeleteRepository protocols
- New AnyDataSource and AnyRepository type-eraser classes