Releases: JoseLion/maybe
Releases · JoseLion/maybe
v4.4.0
4.4.0 (2024-07-13)
Features
v4.3.0
4.3.0 (2024-06-14)
Features
v4.2.1
4.2.1 (2024-2-13)
Bug Fixes
- solve-handler: Change .cast(..) onError param to BiFunction (#240) (75a1328)
v4.2.0
4.2.0 (2024-2-13)
Features
- core: Add .cast(..) operations overloads (#236) (9d51c1a)
- deps: Update dependencies 2024.02.13 (#238) (8011dc2)
- errors: Add .mapError(..) operations (#235) (14f057d)
- solve-handler: Add .filter(..) operation (#237) (0ad8d98)
v4.1.0
4.1.0 (2024-2-11)
Bug Fixes
Features
- effect: Add .thenGet(..) and .thenReturn(..) operations (#234) (c460d9e)
- effect: Add EffectHandler .solve(..) operation (#232) (0f31880)
v4.0.0
4.0.0 (2024-2-8)
Features
- solver: Add onErrorSolve(..) operations (#230) (30d6342)
Performance Improvements
BREAKING CHANGES
- core: Deprecated API has been removed in favor of the new API
v3.6.0
3.6.0 (2024-1-21)
Features
v3.5.0
3.5.0 (2024-1-1)
Bug Fixes
- core: Allow mapper to throw exceptions (#224) (beea222)
Features
v3.4.1
3.4.1 (2023-12-04)
Bug Fixes
- core: Handle possible nulls in factory methods (#222) (c01e34d)
v3.4.0
3.4.0 (2023-11-14)
Bug Fixes
Features