Releases: alice-biometrics/meiga
Releases · alice-biometrics/meiga
v1.8.3
What's Changed
- feat(typing): add type-hint to OnFailureException result attribute by @acostapazo in #54
- fix(typing): add py.typed to meiga module by @acostapazo in #55
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- chore: modernize python configuration (pyproject.toml). Also update l… by @acostapazo in #51
- chore(mypy): upgrade mypy (1.0.0) and solve some type warnings by @acostapazo in #52
- fix(result): add reraise and unwrap_or_raise as alias of throw and un… by @acostapazo in #53
Full Changelog: v1.8.1...v1.8.2
v1.8.2-rc0
Full Changelog: v1.8.1...v1.8.2-rc0
v1.8.1
What's Changed
- Feature/add pyupgrade by @acostapazo in #49
- feat: add str implementation for Error class by @acostapazo in #50
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- feat(performance): add slots to Result class (up to 7% faster) by @acostapazo in #41
- feat(rename): use early_return instead of meiga decorator by @acostapazo in #42
- chore: review and test object type attributes by @acostapazo in #46
- feat(to_result): add new decorator to_result by @acostapazo in #44
- chore(requirements): update dev requirements by @acostapazo in #47
- feat(match): add match pattern feature (available from Python 3.10) by @acostapazo in #43
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Feature/improve doc by @acostapazo in #30
- chore(docs): add first version of documentation (exploring mkdocs) by @acostapazo in #32
- 33 add assert success and assert failure to result class by @acostapazo in #34
- feat(alias): make the aliases Success and Failure callables to return… by @acostapazo in #36
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- fix: resolve Import failing in 1.6.0 due to missing module issue in #29
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- feat: improve result aliases … by @acostapazo in #24
- feat: add AnyResult new alias by @acostapazo in #26
- chore(types): add type hints to meiga decorator by @acostapazo in #27
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- fix: check message attribute in error representation by @franciscorode in #25
New Contributors
- @franciscorode made their first contribution in #25
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- feat(mypy): simplify type hints by @acostapazo in #20
- Adding new backward-compatible handlers by @acostapazo in #22
Full Changelog: v1.4.0...v1.5.0