Skip to content

Releases: tekord/php-result

v0.9

05 Feb 10:01

Choose a tag to compare

  • Changed requirement for PHP version to >=8.0
  • Result class split-up into ResultInterface interface and ResultMethods trait
  • Added unwrapError method
  • Added inspectOk and inspectError methods
  • Added expectOk and expectError methods

v0.9-beta

30 May 08:58

Choose a tag to compare

v0.9-beta Pre-release
Pre-release

Full Changelog: 0.8.3...v0.9-beta

0.8.3

28 Jan 14:56

Choose a tag to compare

  • Added unwrapOrNull method

0.8.2

14 Nov 11:45

Choose a tag to compare

Fixed type hints for the `success` and `fail` methods

0.8.1

06 Jul 13:31

Choose a tag to compare

Updated CHANGELOG.md

0.8.0

16 May 14:06

Choose a tag to compare

Updated CHANGELOG.md

0.7.0

20 Feb 20:15

Choose a tag to compare

Full Changelog: 0.6.0...0.7.0

0.6.0

23 Sep 11:32

Choose a tag to compare

Updated CHANGELOG.md

0.5.1

08 Sep 08:41

Choose a tag to compare

Fixed typos in README.md

0.5.0

06 Aug 12:52

Choose a tag to compare

Initial release