AsyncNinja v1.0.0-beta7 Release Notes

    • staticCast for Future and Channel added
    • future to channel and channel to future transformations added
    • Cache and CachableValue convenience initializers improved
    • ๐Ÿ›  fixing major issue with asyncMap(), asyncFlatMap(), asyncReduce(), joined()
    • ๐Ÿ›  fixing issue with inconsistent lifetime of the Future returned from contextual transformation of Completing
    • โž• adding ability to denote transformation as impure an apply different lifetime management for transformations
    • ๐Ÿ“š documentation improved
    • ๐Ÿ”จ TimerChannel refactored to improve quality of implementation and to add flexibility