Skip to content

1.1.1

Compare
Choose a tag to compare
@poetmountain poetmountain released this 03 Jun 02:11
· 45 commits to master since this release

• 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.