All Versions
8
Latest Version
Avg Release Cycle
258 days
Latest Release
1823 days ago
Changelog History
Changelog History
-
v0.4.1 Changes
November 10, 2019- โฌ๏ธ Reduced epsilon value to fix precision issues
- ๐ Fixed warnings in Xcode 11.1
-
v0.4.0 Changes
May 18, 2019- โก๏ธ Updated for Swift 5 and Xcode 10.2
- โ Added MapKit integration
- ๐ Minimum supported Swift version is now 4.2
-
v0.3.3 Changes
May 08, 2018- Switched to a more conventional MIT license
- โ Added Swift Package Manager and Linux support
-
v0.3.2 Changes
July 01, 2017- โ Added Cocoapods subspecs for the Quartz and SceneKit extensions
- Quartz and SceneKit extensions are now marked public
-
v0.3.1 Changes
June 20, 2017- ๐ Fixed bugs in Quaternion
init(pitch:, yaw:, roll:)
andinit(rotationMatrix:)
constructors - โ Added support for watchOS and tvOS
- โ Added CocoaPods podspec
- ๐ Fixed bugs in Quaternion
-
v0.3 Changes
September 24, 2016- โก๏ธ Updated for Swift 3
- โ Added
init(_: Vector3, w: Scalar)
andtoVector3() -> Vector3
methods to Vector4 - ๐ Renamed some methods and properties in accordance with modern conventions
-
v0.2 Changes
June 09, 2016- โ Added Mac support
- ๐ Fixed Vector4, Matrix4 multiplication bug
- ๐ Fixed bug in
Quaternion(pitch:, yaw:, roll:)
initializer
-
v0.1 Changes
November 27, 2014- ๐ First release