All Versions
25
Latest Version
Avg Release Cycle
112 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.0.1 Changes
- ⚡️ Updated README to reflect the pre-1.0.0 change from FutureUtils functions to free functions
-
v1.0.0 Changes
- 🚚 The FutureUtils class has been removed in favor of a collection of free functions. This allows for a nicer function type signature (e.g. accepting all sequences instead of just arrays)
-
v1.0.0-beta.3 Changes
🚀 Note: The overview for this release is incomplete
- 🔄 Changed
ExecutionContext
from a protocol to a function type. This allows for better composition. It does mean that a Queue cannot be used directly as anExecutionContext
, instead use thecontext
property (e.g.Queue.main.context
) or thetoContext
function (e.g.toContext(Queue.main)
).
- 🔄 Changed
-
v1.0.0-beta.2 Changes
Note: this overview is incomplete
TaskResultValueWrapper
has been renamed to the conventional nameBox
TaskResult
has been renamed to the conventional nameResult
-
v1.0.0-beta.1 Changes
🚀 This release marks the state of the project before this changelog was kept up to date.