-
NSDate(Extra)
-
new method:
-toRFC3339TimeZoneinNSDate(Extra)-
modified method:
-toRFC3339inNSDate(Extra)Type of change: | Declaration
-
From: `- (NSString*) toRFC3339;` |
To: `- (NSString *)toRFC3339;` |
-
modified category:
NSDate(Extra)Type of change: | Declaration
From: `@interface NSDate(Extra) + (NSDate *) dateWithRFC3339String:(NSString *)string; - (NSString *)toDateWithFormat:(NSString *)string; - (NSString*) toRFC3339; @end` |
To: `@interface NSDate (Extra)` |
-
modified class method:
+dateWithRFC3339String:inNSDate(Extra)Type of change: | Declaration
From: `+ (NSDate *) dateWithRFC3339String:(NSString *)string;` |
To: `+ (NSDate *)dateWithRFC3339String:(NSString *)string;` |
-
TTGeoJSONPolygon
-
new property:
exteriorRinginTTGeoJSONPolygon -
new method:
-initWithExteriorRing:withInteriorRings:withBoundingBox:inTTGeoJSONPolygon -
new property:
interiorRingsinTTGeoJSONPolygon -
new class:
TTGeoJSONPolygon -
TTRequest
-
new class:
TTRequest -
new method:
-performinTTRequest -
new method:
-initWithCompletionHandler:inTTRequest -
TTGeoJSONLineString
-
new class:
TTGeoJSONLineString -
new method:
-initWithCoordinatesData:withBoundingBox:inTTGeoJSONLineString -
new method:
-coordinatesCountinTTGeoJSONLineString -
new method:
-initWithCoordinatesData:withDataCount:withBoundingBox:inTTGeoJSONLineString -
new method:
-boundingBoxinTTGeoJSONLineString -
new property:
pointsinTTGeoJSONLineString -
new method:
-coordinatesDatainTTGeoJSONLineString -
TTGeoJSONVisitorParser
-
new class:
TTGeoJSONVisitorParser -
TTLocation
-
new property:
accuracyinTTLocation -
new class:
TTLocation -
new method:
-initWithCoordinate:withRadius:withBearing:withAccuracy:isDimmed:inTTLocation -
new method:
-initWithCoordinate:withBearing:inTTLocation -
new property:
isDimmedinTTLocation -
new property:
coordinateinTTLocation -
new property:
radiusinTTLocation -
new method:
-initWithCoordinate:inTTLocation -
new method:
-initWithCoordinate:withRadius:inTTLocation -
new property:
bearinginTTLocation -
new method:
-initWithCoordinate:withRadius:withBearing:withAccuracy:inTTLocation -
TTGeoJSONFeature
-
new property:
IdinTTGeoJSONFeature -
new property:
propertiesinTTGeoJSONFeature -
new class:
TTGeoJSONFeature -
new method:
-visitResult:inTTGeoJSONFeature -
TTGeoJSONGeometryCollection
-
new method:
-visitResults:inTTGeoJSONGeometryCollection -
new property:
countinTTGeoJSONGeometryCollection -
new class:
TTGeoJSONGeometryCollection -
TTGeoJSONMultiLineString
-
new class:
TTGeoJSONMultiLineString -
new method:
-initWithLineStringArray:withBoundingBox:inTTGeoJSONMultiLineString -
new property:
lineStringsinTTGeoJSONMultiLineString -
TTGeoJSONObject
-
new class:
TTGeoJSONObject -
new property:
boundingBoxinTTGeoJSONObject -
TTConfig
-
modified method:
-valueForKey:inTTConfigType of change: | Swift declaration
-
From: `func value(forKey key: String!) -> String!` |
To: `func value(forKey key: String) -> String` |
-
modified method:
-valueForKey:inTTConfigType of change: | Declaration
From: `- (NSString *)valueForKey:(NSString *)key;` |
To: `- (NSString *_Nonnull)valueForKey:(NSString *_Nonnull)key;` |
-
modified class method:
+configWithFile:plist:inTTConfigType of change: | Swift declaration
From: `/*not inherited*/ init!(file bundle: Bundle!, plist name: String!)` |
To: `/*not inherited*/ init(file bundle: Bundle, plist name: String)` |
-
modified class method:
+configWithFile:plist:inTTConfigType of change: | Declaration
From: `+ (TTConfig *)configWithFile:(NSBundle *)bundle plist:(NSString *)name;` |
To: `+ (TTConfig *_Nonnull)configWithFile:(NSBundle *_Nonnull)bundle plist:(NSString *_Nonnull)name;` |
-
modified class method:
+configWithMainBundleinTTConfigType of change: | Swift declaration
From: `class func withMainBundle() -> TTConfig!` |
To: `class func withMainBundle() -> TTConfig` |
-
modified class method:
+configWithMainBundleinTTConfigType of change: | Declaration
From: `+ (TTConfig *)configWithMainBundle;` |
To: `+ (TTConfig *_Nonnull)configWithMainBundle;` |
-
TTResult
-
new method:
-initWithResult:inTTResult -
new method:
-initWitError:inTTResult -
new class:
TTResult -
new property:
resultinTTResult -
new property:
errorinTTResult -
TTGeoJSONGeoVisitor
-
new protocol:
TTGeoJSONGeoVisitor -
new method:
-visitPolygon:inTTGeoJSONGeoVisitor -
new method:
-visitLineString:inTTGeoJSONGeoVisitor -
new method:
-visitMultiPolygon:inTTGeoJSONGeoVisitor -
new method:
-visitPosition:inTTGeoJSONGeoVisitor -
new method:
-visitMultiLineString:inTTGeoJSONGeoVisitor -
new method:
-visitMultiPoint:inTTGeoJSONGeoVisitor -
new method:
-visitGeometryCollection:inTTGeoJSONGeoVisitor -
TTGeoJSONPosition
-
new property:
coordinateinTTGeoJSONPosition -
new class:
TTGeoJSONPosition -
new method:
-initWithCoordinate:inTTGeoJSONPosition -
new method:
-initWithCoordinate:withBoundingBox:inTTGeoJSONPosition -
TTMatchingDataSet
-
new class:
TTMatchingDataSet -
TTGeoJSONMultiPoint
-
new method:
-initWithArrayOfPosition:withBoundingBox:inTTGeoJSONMultiPoint -
new property:
pointsinTTGeoJSONMultiPoint -
new class:
TTGeoJSONMultiPoint -
TTGeoJSONFeatureCollection
-
new class:
TTGeoJSONFeatureCollection -
new property:
featuresinTTGeoJSONFeatureCollection -
new method:
-initWithFeatures:withBoundingBox:inTTGeoJSONFeatureCollection -
TTRouteData
-
removed protocol:
TTRouteData -
removed method:
-fullRouteinTTRouteData -
TTGeoJSONFeatureBuilder
-
new class method:
+createWithGeoJSONMultiPolygonFeature:inTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONPositionFeature:inTTGeoJSONFeatureBuilder -
new method:
-buildinTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONMultiPointFeature:inTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONMultiLineStringFeature:inTTGeoJSONFeatureBuilder -
new method:
-withDoubleId:inTTGeoJSONFeatureBuilder -
new method:
-initinTTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONLineStringFeature:inTTGeoJSONFeatureBuilder -
new method:
-withStringId:inTTGeoJSONFeatureBuilder -
new class:
TTGeoJSONFeatureBuilder -
new class method:
+createWithGeoJSONPolygonFeature:inTTGeoJSONFeatureBuilder -
new method:
-withBoundingBox:inTTGeoJSONFeatureBuilder -
TTBoundingBox
-
new property:
topLeftinTTBoundingBox -
new property:
bottomRightinTTBoundingBox -
new class:
TTBoundingBox -
new method:
-initWithTopLeft:withBottomRight:inTTBoundingBox -
TTHTTPHeaders
-
new method:
-initinTTHTTPHeaders -
new method:
-trackingIDinTTHTTPHeaders -
new class:
TTHTTPHeaders -
TTHTTPHeadersBuilder
-
new class method:
+createinTTHTTPHeadersBuilder -
new method:
-initinTTHTTPHeadersBuilder -
new method:
-buildinTTHTTPHeadersBuilder -
new class:
TTHTTPHeadersBuilder -
new method:
-withTrackingID:inTTHTTPHeadersBuilder -
TTGeoJSONMultiPolygon
-
new class:
TTGeoJSONMultiPolygon -
new property:
polygonsinTTGeoJSONMultiPolygon -
new method:
-initWithGeoJSONPolygon:withBoundingBox:inTTGeoJSONMultiPolygon -
TTEndpoint
-
new class:
TTEndpoint -
TTRequestScheduler
-
new method:
-initWithURL:inTTRequestScheduler -
new class:
TTRequestScheduler -
new property:
serverUrlinTTRequestScheduler -
new method:
-cancelinTTRequestScheduler -
new method:
-scheduleRequest:inTTRequestScheduler -
TTMatching
-
new property:
dataSetinTTMatching -
new protocol:
TTMatching -
TTUtils
-
removed class method:
+languagePrefixForLanguageType:inTTUtils -
removed class method:
+languageForLocale:inTTUtils -
TTCoordinatesData
-
modified protocol:
TTCoordinatesDataType of change: | Declaration
-
From: `@protocol TTCoordinatesData <NSObject> /** Returns every coordinate of packed inside of NSValue @return coordinatesData NSArray<NSValue *> * */ - (NSArray<NSValue *> *)coordinatesData; /** Returns number of coordinates in data @return coordinatesCount NSUInteger */ - (NSUInteger)coordinatesCount; @end` |
To: `@protocol TTCoordinatesData <NSObject>` |
-
TTLanguage
-
removed enum value:
TTLanguagePortuguesePTinTTLanguage -
removed enum value:
TTLanguageEstonianinTTLanguage -
removed enum value:
TTLanguageAfrikaansinTTLanguage -
removed enum value:
TTLanguageHungarianinTTLanguage -
removed enum value:
TTLanguageChineseTWinTTLanguage -
removed enum value:
TTLanguageFinnishinTTLanguage -
removed enum value:
TTLanguageEnglishNZinTTLanguage -
removed enum value:
TTLanguagePortugueseBRinTTLanguage -
removed enum value:
TTLanguageDutchBEinTTLanguage -
removed enum value:
TTLanguageNorwegianinTTLanguage -
removed enum value:
TTLanguageRussianinTTLanguage -
removed enum value:
TTLanguageGermaninTTLanguage -
removed enum value:
TTLanguageFrenchCAinTTLanguage -
removed enum value:
TTLanguageCzechinTTLanguage -
removed enum value:
TTLanguageMalayinTTLanguage -
removed enum value:
TTLanguageLithuanianinTTLanguage -
removed enum value:
TTLanguageItalianinTTLanguage -
removed enum value:
TTLanguageDutchNLinTTLanguage -
removed enum value:
TTLanguageSpanishESinTTLanguage -
removed enum value:
TTLanguageSwedishinTTLanguage -
removed enum value:
TTLanguageTurkishinTTLanguage -
removed enum value:
TTLanguageSpanishLatininTTLanguage -
removed enum value:
TTLanguageSlovakinTTLanguage -
removed enum value:
TTLanguageGreekinTTLanguage -
removed enum value:
TTLanguageEnglishGBinTTLanguage -
removed enum value:
TTLanguageSlovenianinTTLanguage -
removed typedef:
TTLanguage -
removed enum value:
TTLanguageDanishinTTLanguage -
removed enum value:
TTLanguageCatalaninTTLanguage -
removed enum value:
TTLanguageFrenchFRinTTLanguage -
removed enum value:
TTLanguageLatvianinTTLanguage -
removed enum value:
TTLanguageBulgarianinTTLanguage -
removed enum value:
TTLanguageEnglishAUinTTLanguage -
removed enum value:
TTLanguageEnglishUSinTTLanguage -
removed enum value:
TTLanguageChineseCNinTTLanguage -
removed enum value:
TTLanguageCroatianinTTLanguage -
removed enum value:
TTLanguagePolishinTTLanguage -
removed enum:
TTLanguage -
removed enum value:
TTLanguageArabicinTTLanguage -
TTGeoJSONObjectVisitor
-
new protocol:
TTGeoJSONObjectVisitor -
new method:
-visitFeatureCollection:inTTGeoJSONObjectVisitor -
new method:
-visitFeature:inTTGeoJSONObjectVisitor