All Versions
25
Latest Version
Avg Release Cycle
112 days
Latest Release
-

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 an ExecutionContext, instead use the context property (e.g. Queue.main.context) or the toContext function (e.g. toContext(Queue.main)).
  • v1.0.0-beta.2 Changes

    Note: this overview is incomplete

    • TaskResultValueWrapper has been renamed to the conventional name Box
    • TaskResult has been renamed to the conventional name Result
  • v1.0.0-beta.1 Changes

    ๐Ÿš€ This release marks the state of the project before this changelog was kept up to date.