All Versions
16
Latest Version
Avg Release Cycle
53 days
Latest Release
3002 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.7 Changes
July 19, 2016- PMTweenCATempo now uses NSRunLoopCommonModes
-
v1.3.6 Changes
May 22, 2016- ๐ Fixed bug with Bounce easingIn type
- PMTweenPhysicsUnit now uses a higher-resolution timestamp
-
v1.3.5 Changes
May 04, 2016- ๐ Fixed bug in the Back easingOut easing equation
- โก๏ธ Moved the call of PMTweenUnit's updateBlock to after the property update
-
v1.3.4 Changes
March 29, 2016- PMTween header import now properly includes the constants from PMTweening
- ๐ Improved dispatch timer dealloc checks in PMTweenPhysicsUnit
-
v1.3.3 Changes
March 02, 2016- ๐ PMTweenPhysicsSystem (used internally by PMTweenPhysicsUnit) now uses a fixed timestep, which though rudimentary, helps smooth out tween value jittering
- ๐ Fixed bug with physics timer not properly removed
-
v1.3.2 Changes
February 29, 2016- โก๏ธ PMTweenPhysicsUnit now updates its physics system independently of property updates, at a frequency of 120 fps by default (to provide double the resolution of a normal 60fps app). This can be changed by PMTweenPhysicsUnit's new property physicsTimerInterval.
- PMTweenPhysicsSystem now handles friction values with less accumulated error.
- PMTweenPhysicsUnit's velocity is now expressed in units per second. Prior to this the velocity acted as units per frame, which obviously caused inconsistent simulations.
- โก๏ธ Minor updates to the Examples project.
-
v1.3.1 Changes
January 26, 2016- โก๏ธ Updated project architecture to use single header import
- ๐ Fixed string equality check in PMTweenSupport when comparing keyPaths
- Miscellaneous project cleanup
-
v1.3.0 Changes
January 15, 2016- โ Added support for CGVector structs as property tweening targets.
- โ Added support for tvOS as a target.
- โก๏ธ Updated init methods to use instancetype
- ๐ Changed minimum iOS target to 7.0.
-
v1.2.2 Changes
March 29, 2015- ๐ Fixed additional warnings
- โ Modified one test
- โก๏ธ updated Podspec
-
v1.2.1 Changes
March 28, 2015- โก๏ธ Updated Podspec