Skip to content

Releases: sttk/sabi

v0.6.0

11 Sep 13:28
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update!: changed the whole of APIs by @sttk in #61
  • fix!,doc: dax interface that is logic argument should not be embedded sabi.Dax by @sttk in #63

Docs

  • doc: added import declaration in README.md by @sttk in #62

Supports

  • test: added local FailToDoSomething in an example of Err by @sttk in #57
  • test: removed empty lines before output in examples by @sttk in #58

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Jun 10:09
Compare
Choose a tag to compare

⚠ 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

v0.4.0

13 May 11:15
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • new!: added GetDaxConn function and hid Dax#GetDaxConn by @sttk in #46

Docs

  • doc: modified some mistakes in doc.go by @sttk in #45

Supports

  • comment,test: made some slight modifications by @sttk in #43

Full Changelog: v0.3.0...v0.4.0

v0.3.0

29 Apr 23:56
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update!: changed DaxBase to interface and adds some modifications by @sttk in #29
  • new!: added RunTxn/Txn and delete Proc by @sttk in #30
  • perf!: removed file and line from Err and made them passed to error handler by @sttk in #32
  • update!: changed methods to add and remove local DaxSrc(s) by @sttk in #40

Changes

  • fix: ignore to add DaxSrc of which name is already registered by @sttk in #28
  • new: added StartUpGlobalDaxSrcs and ShutdownGlobalDaxSrcs by @sttk in #38
  • new: added IsNotOk method to sabi.Err by @sttk in #39

Docs

  • comment: modified some comments about Dax, DaxConn and DaxSrc by @sttk in #27
  • doc: removed "What is this?" and added "Concept" in README by @sttk in #31
  • doc: modified README.md by @sttk in #33
  • doc: modified concept section in README.md by @sttk in #41

Supports

  • chore: modified build.sh by @sttk in #26
  • test: rewrote test codes by @sttk in #37
  • test: modified test codes by @sttk in #42

Full Changelog: v0.2.0...v0.3.0

v0.2.0

v0.1.0