Skip to content

Releases: v1olen/slosh

v0.2.5

28 May 15:43
Compare
Choose a tag to compare

v0.2.4

27 Dec 16:15
Compare
Choose a tag to compare
  • fix: Correct entrypoint path 5bb3fe2

v0.2.3...v0.2.4

v0.2.3

27 Dec 16:07
Compare
Choose a tag to compare

v0.2.2...v0.2.3

v0.2.2

27 Dec 16:04
Compare
Choose a tag to compare
  • fix: Correct types export form 463255b

v0.2.1...v0.2.2

v0.2.1

27 Dec 15:30
Compare
Choose a tag to compare

The initial version; introduced:

  • Option with following methods:
    • unwrapOr
    • match
    • map
    • mapChain
    • isOk
  • Result with following methods:
    • unwrapOr
    • match