Skip to content

Releases: calda/CGPathIntersection

4.0.0

29 Jan 21:14
69b640f

Choose a tag to compare

Added support for macOS and tvOS

3.1

22 Jan 17:35

Choose a tag to compare

3.1

Added Swift Package Manager support

3.0.2

02 Sep 02:13

Choose a tag to compare

Fixes #3, #4, #5

3.0.1

12 Sep 21:26

Choose a tag to compare

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

Choose a tag to compare

3.0

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

Choose a tag to compare

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

Choose a tag to compare

2.3
  • 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
4280b45

Choose a tag to compare

This version adds explicit support for Swift 4.2

2.2.1

11 Dec 18:38

Choose a tag to compare

  • Decreases the minimum required iOS version to from 10.2 to 8.0

2.2

04 Dec 01:11

Choose a tag to compare

2.2
  • Adds support for Swift 4