Releases: chenhaiteng/CoreGraphicsExtension
Releases · chenhaiteng/CoreGraphicsExtension
0.5.1
0.5.0
- Upgrade to swift 6.1
- Add demo app for SPM
0.4.2
Support Cocoapods
0.4.0
Provide convenient extensions for following built-in types:
- CGPoint
- Convenient offset functions and operator(>>)
- CGPoint
- Convenient offset functions and operator(>>)
- A computed property center
- CGAffineTransform
- A factory function to create transform that rotate around given center and angle.
Add Documents and License
- Add documents
- Add MIT License
Provide Factory Methods
Provide factory methods to allow user to create angle with both degrees and radians.
Refactor CGAngle Implementation
Merge pull request #4 from chenhaiteng/develop Develop