Skip to content

Releases: JuliaPreludes/Try.jl

v0.1.1

24 Apr 08:42
Compare
Choose a tag to compare

Try v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

05 Apr 07:18
Compare
Choose a tag to compare

Try v0.1.0

Merged pull requests:

  • Setup CI (#1) (@tkf)
  • More notes on EAFP (#2) (@tkf)
  • Add inferrability example (#3) (@tkf)
  • Simplify backtrace (#4) (@tkf)
  • Tweak nodes on EAFP (#5) (@tkf)
  • Tweak README (#6) (@tkf)
  • Tweak README (#7) (@tkf)
  • Success/failure path elimination (#8) (@tkf)
  • Java's throws-like usage (#9) (@tkf)
  • Notes on hasmethod and applicable (#10) (@tkf)
  • Remove <:Exception bounds (#11) (@tkf)
  • Use tkf/merge-conclusions-action (#12) (@tkf)
  • Move Base-like APIs to TryExperimental (#13) (@tkf)
  • Do not mention Tryable type (#14) (@tkf)
  • Make TryExperimental usable without as Try (#15) (@tkf)
  • Add TryExperimental.Maybe (#16) (@tkf)
  • Use ExternalDocstrings (#17) (@tkf)
  • Setup Documenter on CI (#18) (@tkf)
  • Move errors to TryExperimental (#19) (@tkf)
  • Remove API: Try.throw (#20) (@tkf)
  • Setup JuliaFormatter + reviewdog/action-suggester (#21) (@tkf)
  • Move internal constructors to InternalPrelude (#23) (@tkf)
  • Generalize short-circuit APIs (#24) (@tkf)
  • Move @and_then and @or_else to TryExperimental (#25) (@tkf)
  • Don't use @boundscheck (#26) (@tkf)
  • Move ConcreteResult to TryExperimental (#27) (@tkf)
  • Move Result to TryExperimental (#29) (@tkf)
  • Add show methods (#30) (@tkf)
  • Add more documentation (#31) (@tkf)
  • Setup Aqua (#32) (@tkf)
  • Add badges (#33) (@tkf)
  • Run tests with Julia 1.6 (#34) (@tkf)
  • Add some notes on Try.@function (#35) (@tkf)
  • Tweak documentation (#36) (@tkf)
  • Move @function to TryExperimental (#38) (@tkf)
  • Fix a typo (#39) (@tkf)