2.0.0 (2023-07-07)
- 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)
- mod: remove all API
2.0.0-beta.2 (2023-07-07)
- transform: add mapOr transform operator (d969bd9)
2.0.0-beta.1 (2023-07-07)
- 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)
- mod: remove all API
- results: not export internal implementation (7d1a97a)
- results: add minimum
Result
definition (5a8b79f) - types: re-define container types (c5b064b)
- utils: add
isOk
andisErr
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)
- results: not export internal implementation (7d1a97a)