Skip to content

Releases: alice-biometrics/meiga

v1.10.1

21 Oct 11:29
1fca6c6
Compare
Choose a tag to compare

What's Changed

  • feat: check that async_early_return is applied on async functions by @fgsalomon in #79

Full Changelog: v1.10.0...v1.10.1

v1.10.0

11 Sep 15:21
630c787
Compare
Choose a tag to compare

What's Changed

  • feat(async): adding async implementation for decorator (async_early_r… by @acostapazo in #75
  • chore: update Python version 3.13 (dev option) by @acostapazo in #76
  • chore: use uv to manage installation by @acostapazo in #77
  • chore(ruff): use ruff instead isort, black and pyupgrade by @acostapazo in #78

Full Changelog: v1.9.7...v1.10.0

v1.9.7

18 Mar 14:47
c6dc665
Compare
Choose a tag to compare

What's Changed

  • chore(assert_failure): improve assertion text when raise an Assertion… by @acostapazo in #73

Full Changelog: v1.9.6...v1.9.7

v1.9.6

25 Jan 16:31
1b10033
Compare
Choose a tag to compare

What's Changed

  • Feature/add called from info on waiting for early return exception by @acostapazo in #72

Full Changelog: v1.9.5...v1.9.6

v1.9.5

27 Nov 08:32
bbe035c
Compare
Choose a tag to compare

What's Changed

  • feat: make WaitingForEarlyReturn public and keep compatibility with O… by @acostapazo in #71

Full Changelog: v1.9.4...v1.9.5

v1.9.4

25 Nov 13:02
f9e6328
Compare
Choose a tag to compare

What's Changed

  • chore(python): add support for 3.12 by @acostapazo in #67
  • feat: add a semantic name for internal exception for a better dev exp… by @acostapazo in #70

Full Changelog: v1.9.3...v1.9.4

v1.9.3

23 Nov 09:29
78b3371
Compare
Choose a tag to compare

What's Changed

  • feat: add repr and str impl for OnFailureException by @fgsalomon in #68

Full Changelog: v1.9.2...v1.9.3

v1.9.2

19 Sep 15:54
d702314
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

21 Jun 08:29
cdee17e
Compare
Choose a tag to compare

What's Changed

  • chore(AnyResult): failure typehint is now also Any by @acostapazo in #63
  • chore(optimization): update assert_values on Result construction to s… by @acostapazo in #65

Full Changelog: v1.9.0...v1.9.1

v1.9.0

14 May 21:38
3fdcefc
Compare
Choose a tag to compare

What's Changed

  • chore(documentation): improve match handler documentation from issue by @acostapazo in #57
  • chore(documentation): add code documentation to check method definiti… by @acostapazo in #59
  • Feature/transform by @acostapazo in #60
  • chore(typing): solve some mypy strict errors in meiga module by @acostapazo in #61
  • chore: add future annotations to modernize syntax by @acostapazo in #62

Full Changelog: v1.8.3...v1.9.0