PMTween v1.1.1 Release Notes

    • ๐Ÿ›  Fixed PMTweenUnit and PMTweenPhysicsUnit failing to tween object properties specified by a single-element keyPath.
    • ๐Ÿ›  Fixed NSNumber object properties with a nil value not tweening. Such properties are now initialized with the specified starting value during the init method.
    • ๐Ÿ”„ Changed all init methods to return instancetype instead of id.
    • โœ… More tests.