Releases: sttk/sabi
Releases · sttk/sabi
v0.6.0
⚠ 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
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
⚠ 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
v0.4.0
v0.3.0
⚠ 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
⚠ BREAKING CHANGES:
- fix!: changed map key type of FailToRunInParallel.errors to int by @sttk (#21)
- update!: renamed
ErrBy
function toNewErr
by @sttk (#25)
Docs
- comment: modified some comments. by @sttk (#21)
- doc: removed spaces at eols in doc.go by @sttk (#21)
- doc: modified mistakes in doc.go by @sttk (#22)
- doc: updated license year by @sttk (#22)
- comment: modified a mistake of the comment of Dax interface. by @sttk (#22)
Supports
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changes
- feat: added Err by @sttk (#2)
- feat: added notification of Err creation events. by @sttk (#5)
- feat: added Xio modules by @sttk (#6)
- feat: XioBase#commit, #ioBase#rollback, XioBase#slose by @sttk (#6)
- update: renamed XioConn to Conn and XioConnCfg to ConnCfg by @sttk (#7)
- update: renamed XioBase to ConnBase by @sttk (#9)
- update: renamed Xio to Dax by @sttk (#9)
- new: added Proc and Txn ( by @sttk (#10)
- new: added Proc, Txn, Runner, Seq, Para, RunSeq, and RunPara ( by @sttk (#11)
- fix: renamed to CodeBase#AddLocalConnCfg to make it public by @sttk (#14)
- fix: added check of Conn existence in exclusive control codes by @sttk (#16)
- fix: renamed SealErrCfgs -> FixErrCfgs by @sttk (#18)
- fix: renamed SealGlobalConnCfgs -> FixGlobalConnCfgs by @sttk (#18)
- update: renamed Conn -> DaxConn, ConnCfg -> DaxSrc ( by @sttk (#19)
Docs
- doc: added godoc examples of Err by @sttk (#3)
- doc: added what is this chapter to readme by @sttk (#8)
- comment: modified comments in conn.go ( by @sttk (#12)
- doc: modified README.md ( by @sttk (#13)
- doc: added examples by @sttk (#17)
- doc: added descriptions to README.md by @sttk (#17)
- doc: added doc.go by @sttk
- doc: removed usage chapter because usage is written in doc.go by @sttk
Full Changelog: https://github.com/sttk-go/sabi/commits/v0.1.0