Skip to content

v5.3.3

Latest
Compare
Choose a tag to compare
@faramir faramir released this 10 Oct 12:49
· 4 commits to master since this release

Published version 5.3.2.

From the user point of view, the changes are visible, mainly by that change:

  • Renamed xxxLocal to localXxx (xxxLocal marked as @deprecated for removal):
    • getLocal is now localGet
    • putLocal is now localPut
    • accumulateLocal is now localAccumulate

Those changes are to unify the names of methods (localGet like asyncGet).