docs/MigrationGuides/migration_10_to_11.md
This project follows Semantic Versioning.
Endpoint type. Existing code should "just work" after the removal of the generic constraint.MoyaProvider.defaultEndpointMapping with MoyaProvider<YourType>.defaultEndpointMapping, MoyaProvider.defaultRequestMapping with MoyaProvider<YourType>.defaultRequestMapping and MoyaProvider.defaultAlamofireManager with MoyaProvider<YourType>.defaultAlamofireManager..requestCustomJSONEncodable case to Task or default case to achieve exhaustiveness.validate property of TargetType with the new property validationType.
If validate was previously false, use ValidationType.none. If true, use ValidationType.successCodes. The default is ValidationType.none.