returns v0.4.0 Release Notes

Release Date: 2019-02-04 // about 5 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿšš Moves all types to .pyi files
    • ๐Ÿ“‡ Renames all classes according to new naming pattern
    • HUGE improvement of types
    • ๐Ÿ“‡ Renames fmap to map
    • ๐Ÿšš Renames do_notation to pipeline, moves it to functions.py
    • ๐Ÿ“‡ Renames ebind to rescue
    • ๐Ÿ“‡ Renames efmap to fix
    • ๐Ÿ“‡ Renames container to Container
    • โœ‚ Removes Maybe container, since typing does not have NonNullable type