v0.5.0
⚠ 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
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