Releases: richardpiazza/GraphPoint
Releases · richardpiazza/GraphPoint
GraphPoint 5.0.0
This breaking version replaces all references to the Float
data type with Double
. This will offer greater flexibility in modern swift code which has automatic bridging between CGFloat
and Double
.
GraphPoint 4.0.0
Migrates from the Graph naming to Cartesian naming for clarity.
Now relies on Swift2D package for simpler cross-platform usability without having to worry about CoreGraphics
and Foundation
differences.