Releases: calda/CGPathIntersection
Releases · calda/CGPathIntersection
4.0.0
29 Jan 21:14
Compare
Sorry, something went wrong.
No results found
Added support for macOS and tvOS
3.1
22 Jan 17:35
Compare
Sorry, something went wrong.
No results found
Added Swift Package Manager support
3.0.2
02 Sep 02:13
Compare
Sorry, something went wrong.
No results found
3.0.1
12 Sep 21:26
Compare
Sorry, something went wrong.
No results found
This release renames CGPath.intersects(path:) to CGPath.intersects(_:).
At the call site, this now reads as path1.intersects(path2) instead of path1.intersects(path: path2).
3.0
12 Sep 21:21
Compare
Sorry, something went wrong.
No results found
This release renames CGPath.intersects(path:) to CGPath.intersects(_:).
At the call site, this now reads as path1.intersects(path2) instead of path1.intersects(path: path2).
2.3.1
12 Sep 21:03
Compare
Sorry, something went wrong.
No results found
This release fixes an issue where CGPath.intersects(path:) would crash when the boundingBoxOfPath of the two paths intersected by less than 1 unit.
2.3
26 Mar 22:42
Compare
Sorry, something went wrong.
No results found
Fixes an issue where intersectionPoints(with:) would crash for paths in negative coordinate space.
Updates to Swift 5.0
2.2.2
27 Sep 20:00
Compare
Sorry, something went wrong.
No results found
This version adds explicit support for Swift 4.2
2.2.1
11 Dec 18:38
Compare
Sorry, something went wrong.
No results found
Decreases the minimum required iOS version to from 10.2 to 8.0
2.2
04 Dec 01:11
Compare
Sorry, something went wrong.
No results found