Releases: go-kata/kinit
Releases · go-kata/kinit
0.5.2
The bug with the further result index in the kinitx.NewFunctor
was fixed
0.5.1
No significant changes
0.5.0
- KInitX which provides the expansion set was inlined as subpackage
- KInitQ which provides the quality inspection kit was added as subpackage
- Declared functions were removed
- Deprecated entities were removed
kinit.Global
was added to access the global container (it replaces global functions that were removed)(*Arena).Register
was renamed to(*Arena).Put
(*Runtime).Register
was renamed to(*Runtime).Put
0.4.0
Apply
methods are deprecated, useAttach
insteadInvoke
methods are deprecated, useRun
instead (subsequent invocation bug was fixed)Executor
is deprecated, useFunctor
insteadBootstrapper
is dprecated, useFunctor
andRuntime
instead(*Declaration).Perform
method renamed to(*Declaration).Fullfill
(not a break - it is considered that it should not have been used)
0.3.1
No significant changes
0.3.0
Hooks were replaced with declared functions
0.2.3
Codecov
0.2.2
Hooks are called only once
0.2.1
Dependencies versions were updated
0.2.0
- Initializer was renamed to Bootstrapper
- Arena is no longer registered on itself