All significant changes to this project will be documented in this file.
- Now requires Xcode 10.1 to build.
- Now requires Cocoapods 1.6.0
- Nullability of GFLineString
- (GFPoint *) firstPoint
and- (GFPoint *) lastPoint
changed to_Nullable
return type. - Nullability of GFGeometryCollection
- (GFPoint *) firstGeometry
and- (GFPoint *) lastGeometry
changed to_Nullable
return type. - Nullability of GFMultiLineString
- (GFPoint *) firstGeometry
and- (GFPoint *) lastGeometry
changed to_Nullable
return type. - Nullability of GFMultiPoint
- (GFPoint *) firstGeometry
and- (GFPoint *) lastGeometry
changed to_Nullable
return type. - Nullability of GFMultiPolygon
- (GFPoint *) firstGeometry
and- (GFPoint *) lastGeometry
changed to_Nullable
return type.