Skip to content

Releases: chenhaiteng/CoreGraphicsExtension

0.5.1

28 Apr 05:23

Choose a tag to compare

Downgrade swift version to 6.0 for compatible with Xcode 16.0, 16.1, and 16.2

0.5.0

27 Apr 05:55

Choose a tag to compare

  • Upgrade to swift 6.1
  • Add demo app for SPM

0.4.2

02 Apr 02:32
5991cd7

Choose a tag to compare

Support Cocoapods

0.4.0

03 Mar 09:56
91d63ae

Choose a tag to compare

Provide convenient extensions for following built-in types:

  1. CGPoint
    1. Convenient offset functions and operator(>>)
  2. CGPoint
    1. Convenient offset functions and operator(>>)
    2. A computed property center
  3. CGAffineTransform
    1. A factory function to create transform that rotate around given center and angle.

Add Documents and License

07 May 11:14
48edeba

Choose a tag to compare

  1. Add documents
  2. Add MIT License

Provide Factory Methods

11 Mar 09:26
948d3d1

Choose a tag to compare

Provide factory methods to allow user to create angle with both degrees and radians.

Refactor CGAngle Implementation

11 Mar 08:51
14de1e3

Choose a tag to compare

Merge pull request #4 from chenhaiteng/develop

Develop