Skip to content

Changelog

All notable changes to this project will be documented in this file.

Maypy

2.1.0 (2025-11-10)

🔧 configurations

  • passing to UV
  • support 3.14

2.0.1 (2025-05-19)

🐛 Bug fixes

  • map typehint with optional return
  • forbid Some with None value

2.0.0 (2025-04-07)

✨ Features

  • pattern matching
  • type: use callable instead of protocols
  • predicate: add comparisons

1.1.3 (2025-01-10)

🐛 Bug fixes

  • handle missing metadata package

1.1.2 (2024-10-19)

🐛 Bug fixes

  • declare typing support

1.1.1 (2024-10-19)

♻ Refactoring

  • use repr

✨ Features

  • add built-in predicates

1.0.0 (2024-09-13)

✨ Features

  • add maybe container
  • add functional interfaces