Skip to content

Releases: go-kata/kinit

0.5.2

12 Jun 14:27
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

The bug with the further result index in the kinitx.NewFunctor was fixed

0.5.1

29 May 10:19
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

No significant changes

0.5.0

09 Feb 12:57
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • 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

05 Feb 13:59
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Apply methods are deprecated, use Attach instead
  • Invoke methods are deprecated, use Run instead (subsequent invocation bug was fixed)
  • Executor is deprecated, use Functor instead
  • Bootstrapper is dprecated, use Functor and Runtime instead
  • (*Declaration).Perform method renamed to (*Declaration).Fullfill (not a break - it is considered that it should not have been used)

0.3.1

03 Feb 10:50
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

No significant changes

0.3.0

03 Feb 09:57
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Hooks were replaced with declared functions

0.2.3

02 Feb 15:34
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Codecov

0.2.2

02 Feb 12:01
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Hooks are called only once

0.2.1

31 Jan 17:07
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Dependencies versions were updated

0.2.0

31 Jan 08:16
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Initializer was renamed to Bootstrapper
  • Arena is no longer registered on itself