Skip to content

Releases: alice-biometrics/meiga

v1.8.2

04 Apr 06:39
edd4537
Compare
Choose a tag to compare

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

15 Feb 15:17
Compare
Choose a tag to compare
v1.8.2-rc0 Pre-release
Pre-release

Full Changelog: v1.8.1...v1.8.2-rc0

v1.8.1

29 Nov 16:21
cf5a594
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

27 Oct 05:37
5c2bf75
Compare
Choose a tag to compare

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

10 Oct 18:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

25 Aug 21:16
3e31fb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

09 Aug 06:51
fed8617
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

05 Aug 09:31
cade58e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

01 Aug 12:12
04baf37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

26 Jul 11:15
45e7d62
Compare
Choose a tag to compare

What's Changed

  • fix: improve type hints by @fgsalomon in #17
  • chore(github-actions): update checkout and setup-python versions by @acostapazo in #18
  • feat(mypy): add py.typed to ship typing information by @acostapazo in #19

New Contributors

Acknowledgments

Thanks to @Artalus for giving us valuable feedback in #16 to improve meiga type hints.

Full Changelog: v1.3.2...v1.4.0