Skip to content

Releases: uken/action-queue-unity

1.0.0 - Initial Release

22 Sep 19:59

Choose a tag to compare

Initial release - please see the README for details on installation and usage.


👉 If you are upgrading from the non-packaged version of ActionQueue to 1.0.0+, there is a small breaking change with SkippableActionQueue.Enqueue(...):

  • The two parameter version's onSkipped parameter is now a Func that returns a ValueTuple<T1, T2> instead of a Tuple<T1, T2>.
  • The three parameter version's onSkipped parameter is now a Func that returns a ValueTuple<T1, T2, T3> instead of a custom Triplet class.