Skip to content

v0.5.0

Compare
Choose a tag to compare
@sttk sttk released this 18 Jun 10:09
· 14 commits to main since this release

⚠ BREAKING CHANGES

  • update!: changed runner type to a function. by @sttk in #50
  • chore!: changed package path and repository name by @sttk in #56

Changes

  • fix: changed type constraint of GetDaxConn from any to DaxConn by @sttk in #48
  • new: added Err#IfOk, Err#IfNotOk, and IfEither by @sttk in #49
  • update: removed Err#IfNotOk and Err#IfEither by @sttk in #52

Docs

  • comment: modified the comment of FailToCastDaxConn by @sttk in #47

Supports

  • chore: moved benchmark files into separate directories by @sttk in #53
  • chore: made skip benchmark directory in testing by @sttk in #54
  • chore: modified to ignore bencmark/*_test.go when testing by @sttk in #55

Full Changelog: v0.4.0...v0.5.0