Releases: dn-m/Graphics
Releases · dn-m/Graphics
Quarantine platforms in tests
0.4.1 Refine quarantined platforms, and regenerate linux tests (#41)
Play happily with Swift 5
0.4.0 Update SPM, ask Travis to test against Swift 5 compilers (#37)
Make Point and Color Codable
0.3.0 Make Point and Color Codable (#39)
Update for Swift 5.0
Update to Swift 5.0 (#34) * Update to Swift 5.0 * Update Structure and Math versions * Whole semver
Add CAShapeLayer APIs for newer operating systems
The Quartz
API changed the types of the fill rule, line cap, and line join properties. This API uses them only if the API is supported.
First Release
Refine Quadratic Bezier curve (#31) * Add regression logic test, refine quadratic result after * Use Math.quadratic * Abstract out quadratic pre- and post-processing