Skip to content

Releases: TomokiMiyauci/result

2.0.0

07 Jul 07:03
Compare
Choose a tag to compare

2.0.0 (2023-07-07)

Features

  • extract: add extract operators (497626f)
  • logical: add logical operators (a159d31)
  • mod: export related modules (e033f82)
  • mod: remove all API (0919773)
  • query: add query operators (8ced6fd)
  • spec: add specification interface and type constructor (1dfcc9a)
  • transform: add mapOr transform operator (d969bd9)
  • transform: add transform operator (9bb241b)

BREAKING CHANGES

  • mod: change Result, Ok, Err constructor.
  • mod: remove unsafe function

2.0.0-beta.2

07 Jul 06:50
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2023-07-07)

Features

  • transform: add mapOr transform operator (d969bd9)

2.0.0-beta.1

07 Jul 05:55
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-07-07)

Features

  • extract: add extract operators (497626f)
  • logical: add logical operators (a159d31)
  • mod: export related modules (e033f82)
  • mod: remove all API (0919773)
  • query: add query operators (8ced6fd)
  • spec: add specification interface and type constructor (1dfcc9a)
  • transform: add transform operator (9bb241b)

BREAKING CHANGES

  • mod: remove all API

1.0.0

15 Oct 16:43
Compare
Choose a tag to compare

1.0.0 (2022-09-30)

Bug Fixes

  • results: not export internal implementation (7d1a97a)

Features

  • results: add minimum Result definition (5a8b79f)
  • types: re-define container types (c5b064b)
  • utils: add isOk and isErr function (7e88616)
  • utils: add match function that provide pattern matching (4ca50bc)
  • utils: add unsafe function that handle dangerous code and convert to container (9b2d549)

1.0.0-beta.2

30 Sep 11:47
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2022-09-30)

Bug Fixes

  • results: not export internal implementation (7d1a97a)

1.0.0-beta.1

30 Sep 11:24
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2022-09-30)

Features

  • results: add minimum Result definition (5a8b79f)
  • types: re-define container types (c5b064b)
  • utils: add isOk and isErr function (7e88616)
  • utils: add match function that provide pattern matching (4ca50bc)
  • utils: add unsafe function that handle dangerous code and convert to container (9b2d549)