Back to Moya

Migration Guide from 12.x to 13.x

docs/MigrationGuides/migration_12_to_13.md

15.0.3364 B
Original Source

Migration Guide from 12.x to 13.x

This project follows Semantic Versioning.

TargetType Migration

  • Replace the 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.