Skip to content

Releases: mrmans0n/asyncresult

0.1.16

Choose a tag to compare

@mrmans0n mrmans0n released this 14 Jul 18:11

What's Changed

  • chore(deps): update actions/checkout action to v7 by @renovate[bot] in #74
  • chore(deps): update plugin spotless to v8.7.0 by @renovate[bot] in #72
  • chore(deps): update plugin com.gradle.develocity to v4.4.3 by @renovate[bot] in #73
  • chore(deps): update plugin mavenpublish to v0.37.0 by @renovate[bot] in #76
  • chore(deps): update plugin spotless to v8.8.0 by @renovate[bot] in #77
  • chore(deps): update astral-sh/setup-uv action to v8.3.0 by @renovate[bot] in #79
  • chore(deps): update plugin com.gradle.develocity to v4.5.0 by @renovate[bot] in #78
  • chore(deps): update astral-sh/setup-uv action to v8.3.1 by @renovate[bot] in #80
  • chore(deps): update astral-sh/setup-uv action to v8.3.2 by @renovate[bot] in #81
  • chore(deps): update kotlin monorepo to v2.4.10 by @renovate[bot] in #82

Full Changelog: v0.1.15...v0.1.16

0.1.15

Choose a tag to compare

@mrmans0n mrmans0n released this 15 Jun 09:17

What's Changed

  • fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.2.1 by @renovate[bot] in #53
  • chore(deps): update plugin spotless to v8.4.0 by @renovate[bot] in #54
  • chore(deps): update gradle to v9.4.1 by @renovate[bot] in #55
  • chore(deps): update gradle/actions action to v6 by @renovate[bot] in #56
  • chore(deps): update plugin com.gradle.develocity to v4.4.0 by @renovate[bot] in #57
  • chore(deps): update dependency org.jetbrains.dokka to v2.2.0 by @renovate[bot] in #58
  • chore(deps): update softprops/action-gh-release action to v3 by @renovate[bot] in #59
  • chore(deps): update plugin com.gradle.develocity to v4.4.1 by @renovate[bot] in #60
  • chore(deps): update astral-sh/setup-uv action to v8 by @renovate[bot] in #61
  • chore(deps): update gradle to v9.5.0 by @renovate[bot] in #63
  • chore(deps): update kotlin monorepo to v2.3.21 by @renovate[bot] in #62
  • fix(deps): update kotlinx-coroutines monorepo to v1.11.0 by @renovate[bot] in #64
  • chore(deps): update gradle to v9.5.1 by @renovate[bot] in #65
  • chore(deps): update plugin spotless to v8.5.1 by @renovate[bot] in #66
  • chore(deps): update plugin spotless to v8.6.0 by @renovate[bot] in #68
  • chore(deps): update plugin com.gradle.develocity to v4.4.2 by @renovate[bot] in #67
  • chore(deps): update astral-sh/setup-uv action to v8.2.0 by @renovate[bot] in #70
  • chore(deps): update kotlin monorepo to v2.4.0 by @renovate[bot] in #69
  • fix(deps): update arrow-kt monorepo to v2.2.3 by @renovate[bot] in #71

Full Changelog: v0.1.14...v0.1.15

0.1.14

Choose a tag to compare

@mrmans0n mrmans0n released this 16 Mar 19:15

What's Changed

  • docs: update README and docs with complete operator coverage by @mrmans0n in #45
  • Add resultFlow builder with ResultFlowScope by @mrmans0n in #46
  • chore(deps): update actions/upload-artifact action to v7 by @renovate[bot] in #47
  • chore(deps): update plugin spotless to v8.3.0 by @renovate[bot] in #48
  • fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.2 by @renovate[bot] in #49
  • chore(deps): update gradle to v9.4.0 by @renovate[bot] in #50
  • chore(deps): update kotlin monorepo to v2.3.20 by @renovate[bot] in #51
  • fix: rename Error to AsyncError in ObjC/Swift export by @mrmans0n in #52

Full Changelog: v0.1.13...v0.1.14

0.1.13

Choose a tag to compare

@mrmans0n mrmans0n released this 11 Feb 15:10

What's Changed

  • Add notStarted() to result DSL by @mrmans0n in #42
  • Add notStarted, error(Error), errorWithMetadata, ensure/ensureNotNull Error overloads to result DSL by @mrmans0n in #44

Full Changelog: v0.1.12...v0.1.13

0.1.12

Choose a tag to compare

@mrmans0n mrmans0n released this 10 Feb 09:19

What's Changed

  • docs: update README and documentation to reflect current API by @mrmans0n in #36
  • feat: add onIncomplete callback operator by @mrmans0n in #37
  • feat: Add predicate check operators: isSuccessAnd, isErrorAnd, isErrorWithMetadataAnd by @mrmans0n in #38
  • feat: Add partition() and contains() collection operators by @mrmans0n in #39
  • docs: document new operators by @mrmans0n in #40
  • feat: add operator keyword to contains for in syntax by @mrmans0n in #41

Full Changelog: v0.1.11...v0.1.12

0.1.11

Choose a tag to compare

@mrmans0n mrmans0n released this 08 Feb 14:36

What's Changed

  • feat: add errors()/successes() collection extensions by @mrmans0n in #34
  • Add throwables() and incompletes() collection helpers by @mrmans0n in #35

Full Changelog: v0.1.10...v0.1.11

v0.1.10

Choose a tag to compare

@mrmans0n mrmans0n released this 08 Feb 10:57
d0fc174

What's Changed

  • feat: add asAsyncResult Flow extension by @mrmans0n in #31
  • feat: add Flow.asAsyncResult extension by @mrmans0n in #32
  • feat: Add result monad comprehension DSL by @mrmans0n in #33

Full Changelog: v0.1.9...v0.1.10

v0.1.9

Choose a tag to compare

@mrmans0n mrmans0n released this 06 Feb 11:36
f7ee3bd

What's Changed

  • Update Kotlin to 2.3.10 by @mrmans0n in #28
  • feat: add Flow extension operators (skipWhileLoading, cacheLatestSuccess, timeoutToError, retryOnError) by @mrmans0n in #29
  • feat: add core operators (recover, or, combine, bimap, toErrorIf) by @mrmans0n in #30

Full Changelog: v0.1.8...v0.1.9

v0.1.8

Choose a tag to compare

@mrmans0n mrmans0n released this 05 Feb 19:13
47ad1ad

What's Changed

  • Update README.md by @mrmans0n in #24
  • feat: Add high-priority test extensions for throwable and error handling by @mrmans0n in #26
  • Update to Kotlin 2.3.0 and Arrow 2.2.1.1 by @mrmans0n in #27

Full Changelog: v0.1.7...v0.1.8

v0.1.7

Choose a tag to compare

@mrmans0n mrmans0n released this 30 Jan 23:23
fb41ddf

What's Changed

  • Update kotlinx-coroutines monorepo to v1.10.2 by @renovate[bot] in #10
  • Update plugin com.gradle.develocity to v4.3.2 by @renovate[bot] in #11
  • Update dependency io.arrow-kt:arrow-core to v2.2.1.1 by @renovate[bot] in #12
  • Update dependency org.jetbrains.dokka to v2.1.0 by @renovate[bot] in #13
  • Update plugin spotless to v8.2.1 by @renovate[bot] in #15
  • Update actions/checkout action to v6 by @renovate[bot] in #16
  • Update gradle/actions action to v5 by @renovate[bot] in #21
  • Update astral-sh/setup-uv action to v7 by @renovate[bot] in #19
  • Update actions/upload-artifact action to v6 by @renovate[bot] in #18
  • Update actions/setup-java action to v5 by @renovate[bot] in #17
  • feat: Add ErrorId to Error for typed error identification by @mrmans0n in #23

Full Changelog: v0.1.6...v0.1.7