Releases: chhsiao1981/with-err
Releases · chhsiao1981/with-err
Release list
v1.3.0
What's Changed
- feat: add typed with_err. by @chhsiao1981 in #26
- add
with_async_err,with_gen_err, andwith_async_errfor easy type hint.
- add
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- doc: have Acknowledgement listed in README. by @chhsiao1981 in #21
- feat: add Result to be public. by @chhsiao1981 in #24
- chore(deps-dev): bump lefthook from 2.1.10 to 2.1.11 by @dependabot[bot] in #23
- chore(deps-dev): bump ruff from 0.16.3 to 0.16.4 by @dependabot[bot] in #22
New Contributors
- @dependabot[bot] made their first contribution in #23
Full Changelog: v1.2.0...v1.2.1
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
v1.1.0
What's Changed
- feat: with_err: optionally no need to add (). by @chhsiao1981 in #6
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- feat: with_err.with_err and with_err.get_err_strs. by @chhsiao1981 in #2
- docs: add README.md and LICENSE. by @chhsiao1981 in #3
- feat: use Protocol to have type hint works on function-based with_err. by @chhsiao1981 in #4
New Contributors
- @chhsiao1981 made their first contribution in #2
Full Changelog: https://github.com/chhsiao1981/with-err/commits/v1.0.0