v0.1.0
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
toTryExperimental
(#25) (@tkf) - Don't use
@boundscheck
(#26) (@tkf) - Move
ConcreteResult
toTryExperimental
(#27) (@tkf) - Move
Result
toTryExperimental
(#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
toTryExperimental
(#38) (@tkf) - Fix a typo (#39) (@tkf)