Releases: dancrumb/fpish
Releases · dancrumb/fpish
v8.0.0
v7.6.0
The ifLeft
, ifRight
and apply
methods on Either
now return that Either
, so that they can be used in a fluent style.
Full Changelog: v7.5.1...v7.6.0
v7.5.1
This release deprecates Optional.cast
Full Changelog: v7.5.0...v7.5.1
v7.5.0
This release adds support for type guards in the Optional.filter
method.
Full Changelog: v7.4.1...v7.5.0
v7.4.1
What's Changed
- chore(deps-dev): bump @eslint/js from 9.2.0 to 9.3.0 by @dependabot in #211
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in #210
- chore(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.10.0 by @dependabot in #212
Full Changelog: v7.4.0...v7.4.1
v7.4.0
Adds the asOptional
function
Full Changelog: v7.3.2...v7.4.0
v7.3.2
Update the return type of pickProperties to be explicitly a Partial
of the input object
Full Changelog: v7.3.1...v7.3.2
v7.3.1
This release adds two utility functions:
- extractProperty
- pickProperties
Full Changelog: v7.2.2...v7.3.1
v7.2.2
Full Changelog: v7.2.1...v7.2.2
v7.2.1
Full Changelog: v7.2.0...v7.2.1