All notable changes to this project will be documented in this file.
- Added @testable import to unit test files
- Fixed bug to get main bundle in view controller unit test setup
- Added missing router input protocol conformance to router template
- Added Unit Tests template to generate XCTest unit test files for
- View controller
- Interactor
- Presenter
- Worker
- Added the Scene template to generate the following Clean Swift components:
- View Controller
- Interactor
- Presenter
- Router
- Worker
- Models
- Configurator
- These components can also be generated individually.