Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.29 KB

Change Log

All notable changes to this project will be documented in this file.

--

Released on 2017-11-24.

Added

  • Move all setup methods in ViewController and ViewModel to a private extension
  • Add more information to README

Released on 2017-10-25.

Added

  • Xcode 9 support (thanks to Andrey for the contribution)

Released on 2017-01-12.

Added

  • make properties accessible from extensions

Released on 2016-09-04.

Removed

  • scene specific apiClient
  • call to super in ViewModel's init method (there is no super ;-))

Released on 2015-04-24.

Removed

  • The command enums in the ViewModel class. Turns out I rarely use them ;-)
  • RxViewModel usage

Released on 2015-03-04.

Added

  • Initial release of RxSwift Xcode file templates.