Releases: astoilkov/main-thread-scheduling
Releases · astoilkov/main-thread-scheduling
4.0.1
4.0.0
4.0.0-2
4.0.0-1
4.0.0-0
3.0.0
- ✏️ Multiple rewrites and improvements to the readme in order to prepare it for promotion.
- 🔀 I renamed
yieldToMainThread()
function toyieldControl()
. This is becauseyieldToMainThread()
is a little confusing because you don't return to the main thread — you are already there. This shouldn't be a big problem as still there aren't a lot of people using the repo.
2.0.0
- ✨ improves your app's performance by ensuring
user-visible
tasks will be executed as soon as possible - ✨ improves your app's perceived performance by calculating the time spent in the task more accurately — we now also account for the time of the last rendered frame
- 🔀 improves your app's performance by making
user-visible
task wait more before yielding to the main thread - 🐎 improves your app's performance because
isTimeToYield()
has performance optimizations inside of it
1.0.0
0.2.1
0.2.0
Initial release. Hello, world 👋.