FruityFoundation/CHANGELOG.md
2023-08-02 02:33:16 +00:00

2.1 KiB

Changelog

1.2.3 (2023-8-2)

1.2.2 (2022-12-23)

🐛 Bug Fixes

  • handle IEnumerable.Choose correctly (part 2) (a0a8efb)

1.2.1 (2022-12-23)

🐛 Bug Fixes

  • handle IEnumerable.Choose<Nullable> correctly (c17d3f1)

1.2.0 (2022-12-23)

Features

  • add IEnumerable.Choose for Maybe (dafaae0)
  • add IEnumerable.Choose() (a045c76)

1.1.2 (2022-12-1)

Features

🐛 Bug Fixes

  • correct implementation of FirstOrEmpty (5981dd0)