Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 09:48

Changelog

✨ Highlights

  • Contains renamed type definitions to make it easier for the client to create derived types from the core async types. Eg, the previously definition JobResult made it quite awkward for the client which is very likely to have it own Result type abstractions resulting in clashing type names, ie TraverseResultJobResult which would now be named TraverseResultJobOutput.

🥝 Others