Releases: pixeldock/RxSwift-Xcode-Templates
Version 0.6.0
Version 0.5.0
This release adds support for Xcode 9.
Thanks to Andrey for the contribution!
Version 0.4.0
I fixed the // MARK:
syntax to silence SwiftLint warnings. The view controller's properties' access control has changed from private
to fileprivate
to make them accessible to extensions within the same source file.
The usage of these templates remains unchanged.
Version 0.3.0
I removed the scene specific apiClient
because I hardly ever use api clients that are used in one scene only. Most of my apiClients are shared between scenes so it does not make sense to include them in the template.
The usage of these templates remains unchanged.
Version 0.2.0
After using these templates for a while now, I decided to adapt them a little. I remove the usage of RxViewModel and the command enums in the ViewModel class, because I do not really need them.
The usage of these templates remains unchanged.
Version 0.1.0
v0.1.0 Rename Rx setup methods to setupRx to be more consistent