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

Releases: mobilejazz/harmony-swift

2.0.2

19 Sep 10:06
Compare
Choose a tag to compare

Harmony 2.0.2

1.1.5

02 Feb 09:18
Compare
Choose a tag to compare
  • Bugfixing
  • Adding test utilities

1.1.0

22 Apr 12:56
Compare
Choose a tag to compare

0.7.1

23 Jul 09:28
Compare
Choose a tag to compare
  • 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

23 Jul 09:30
Compare
Choose a tag to compare
  • 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