v0.2.4
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
- de1c0b9: Bump version to v0.2.4 (@plastikfan)
- b4bf0a2: ref(async): rename type defs/generics (#31) (@plastikfan)