Skip to content

Releases: dancrumb/fpish

v8.0.0

31 Jul 23:06

Choose a tag to compare

What's Changed

Full Changelog: v7.6.0...v8.0.0

v7.6.0

31 Jul 04:08

Choose a tag to compare

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

31 Jul 02:44

Choose a tag to compare

This release deprecates Optional.cast

Full Changelog: v7.5.0...v7.5.1

v7.5.0

31 Jul 02:37

Choose a tag to compare

This release adds support for type guards in the Optional.filter method.

Full Changelog: v7.4.1...v7.5.0

v7.4.1

30 Jul 23:52

Choose a tag to compare

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

25 May 14:57

Choose a tag to compare

Adds the asOptional function

Full Changelog: v7.3.2...v7.4.0

v7.3.2

25 May 14:42

Choose a tag to compare

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

25 May 14:32

Choose a tag to compare

This release adds two utility functions:

  • extractProperty
  • pickProperties

Full Changelog: v7.2.2...v7.3.1

v7.2.2

07 May 01:22

Choose a tag to compare

Full Changelog: v7.2.1...v7.2.2

v7.2.1

07 May 01:16

Choose a tag to compare

Full Changelog: v7.2.0...v7.2.1