- Ensure compatibility with MyPy 0.800 (hugosenari ) - Fix issue where `effect.Resource` would not properly close resources
0.11.4
Not secure
- Fix issue with `pfun.files.read_byte` with missing `r` parameter to `open` (thomhickey )
0.11.3
Not secure
- Allow `pfun.effect.catch` to accept async functions
0.11.2
Not secure
- Improve speed of `pfun.aio_trampoline.sequence` (and thereby also of `pfun.effect`)
0.11.1
Not secure
- Make `pfun.either.sequence` significantly faster by reducing number of internal callbacks instantiated - Fix various type issues related to `pfun.Either`
0.11.0
Not secure
- Improve typing of `pfun.functions.curry` decorated functions. Fixes a bug with generic functions, and makes it possible to curry functions with variadic and optional args - Rename `map_m` to `for_each` - Rename `filter_m` to `filter_` - Rename `get_environment` to `depend`