Skip to content

Releases: dn-m/Graphics

Quarantine platforms in tests

10 Sep 00:33
4d15d49
Compare
Choose a tag to compare
Pre-release
0.4.1

Refine quarantined platforms, and regenerate linux tests (#41)

Play happily with Swift 5

21 Aug 18:18
effd305
Compare
Choose a tag to compare
Pre-release
0.4.0

Update SPM, ask Travis to test against Swift 5 compilers (#37)

Make Point and Color Codable

21 Aug 13:37
e9d2d1c
Compare
Choose a tag to compare
Pre-release
0.3.0

Make Point and Color Codable (#39)

Update for Swift 5.0

16 Aug 12:03
56b39da
Compare
Choose a tag to compare
Update for Swift 5.0 Pre-release
Pre-release
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

17 Aug 17:15
35b87b5
Compare
Choose a tag to compare

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

17 Aug 12:13
395edcf
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
Refine Quadratic Bezier curve (#31)

* Add regression logic test, refine quadratic result after

* Use Math.quadratic

* Abstract out quadratic pre- and post-processing