v1.2.0
What's Changed
- fix: fix type of exceptions in _make_wrapper. by @chhsiao1981 in #8
- chore: remove kwargs in with_err. by @chhsiao1981 in #9
- feat: with_err is compatible with async functions. by @chhsiao1981 in #10
- chore: update test asserts. by @chhsiao1981 in #11
- feat: with_err is compatible with yield functions. by @chhsiao1981 in #12
- feat: raise_err. by @chhsiao1981 in #13
- doc: add @with_err in README. by @chhsiao1981 in #14
- chore: add failed async-generator test. by @chhsiao1981 in #15
- chore: add continuous with_err in test and README. by @chhsiao1981 in #16
- chore: add functions returning list in test and README. by @chhsiao1981 in #17
- chore: minor cleanup. by @chhsiao1981 in #18
Full Changelog: v1.1.0...v1.2.0