All Versions
8
Latest Version
Avg Release Cycle
258 days
Latest Release
1629 days ago

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:) and init(rotationMatrix:) constructors
    • โž• Added support for watchOS and tvOS
    • โž• Added CocoaPods podspec
  • v0.3 Changes

    September 24, 2016
    • โšก๏ธ Updated for Swift 3
    • โž• Added init(_: Vector3, w: Scalar) and toVector3() -> 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