Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 1.16 KB

Changelog

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

0.6.0 - 2025-01-10

0.5.0 - 2025-01-06

  • Added try_max/try_max_by/try_max_by_key - PR #2 by @QDoussot
  • Added try_min/try_min_by/try_min_by_key

0.4.0 - 2024-12-23

0.3.0 - 2024-12-17

  • Added try_peekable

0.2.0 - 2024-11-06

  • Added try_any/try_all
  • User-provided closures are now fallible for consistency and utility

0.1.0 - 2024-11-06

  • Initial release