Release 0.4.0
- Support generators.
- Escape repr text in html_repr.
- Raise if trying to wrap coroutine or async generator function.
- Support
ScopedFunction
as class method (added__get__
). - Add
builtin_names
attribute toScopedFunction
objects. - More efficient reuse of data when binding variables to an existing
ScopedFunction
.