All Versions
16
Latest Version
Avg Release Cycle
53 days
Latest Release
2809 days ago

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