Skip to content

v1.2.0

Compare
Choose a tag to compare
@1ec5 1ec5 released this 22 Jan 23:23
· 141 commits to main since this release

Changes since v1.1.0:

  • Application extensions can now link to Turf. (#126)
  • Added the Polygon(center:radius:vertices:) initializer for creating a regular polygon that approximates a circle. (#123)
  • Added the LineString.simplified(tolerance:highestQuality:) and LineString.simplify(tolerance:highestQuality:) methods that apply Ramer–Douglas–Peucker simplification. (#124)