Skip to content

Releases: nighthawk/ASPolygonKit

0.5.0

25 Aug 07:57
194d4ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.5.0

0.4.2

15 Dec 01:59
Compare
Choose a tag to compare
  • Expose more functionality publicly

Full Changelog: 0.4.1...0.4.2

0.4.1: Robustness

05 Nov 10:19
f24467d
Compare
Choose a tag to compare

Polygon union fixes (#5)

  1. Allow intersections that are right on a polygon corner
  2. Increase precision of point equality checks
  3. Make sure polygons are clockwise before unifying

Also: Refactoring, debugging help, turning polygons into encoded
polylines, and GeoJSON, and outputting steps along the way and more
details for tests

0.4.0

04 Nov 00:26
4cb4773
Compare
Choose a tag to compare
  • [Change] Throw errors up the chain (this changes the public API by making functions throwing)
  • [Change] Return whether a polygon was merged or not
  • [Fix] If A can't be merged into B as B couldn't find a point outside, try the other way around.

Previously:

  • [New] Allow accessing Polygon.points (0.3.1)

0.3.0

30 Sep 08:18
375e4af
Compare
Choose a tag to compare
  • Add support for Linux
  • Add support for SPM
  • Remove support for Carthage and CocoaPods

0.2.1

20 Oct 11:43
Compare
Choose a tag to compare

Addresses build warnings

0.2.0

20 Oct 10:36
Compare
Choose a tag to compare

Update for Swift 4.2

0.1.7

12 Feb 18:33
Compare
Choose a tag to compare
  • Fix for Carthage on macOS

0.1.6

08 Feb 13:39
Compare
Choose a tag to compare

Lower deployment targets for Carthage: iOS to 8.0, macOS to 10.11

0.1.5

06 Feb 14:59
Compare
Choose a tag to compare

Added Carthage support