Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

73 lines (45 loc) · 4.74 KB

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: remove all API

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

Features

  • transform: add mapOr transform operator (d969bd9)

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 (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 (2022-09-30)

Bug Fixes

  • results: not export internal implementation (7d1a97a)

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)