Releases: r0adkll/kimchi
Releases · r0adkll/kimchi
0.5.1
0.5.0
Added
- Add support for linuxArm64/x64 to annotations from @bwalter089 - #91
- Provide contributed subcomponent factories on its parents graph - #94
Fixed
- Updated Danger check to be more sensitive about [CHANGELOG.md] changes - #92
Other Notes & Contributions
- Special thanks to @bwalter089 for contributing to this release
0.4.0
Fixed
- Fixed explicit parent components with @MergeComponent components - #52
- Fixed non-primitive custom keys not generating correctly - #55
- Fixed name collisions with generated hint classes - #56
Added
- Support for multiple uses of
@ContributesBinding
,@ContributesMultibinding
, and@ContributesTo
on single elements - #59
0.3.1
0.3.0
Fixed
0.2.0
0.1.1
Added
- Added testFixtures in the
compiler-utils
module for writing Kimchi unit tests.
Fixed
- Fixed kinject scopes not transferring to the underlying merged components.
0.1.0
Added
- Migrated implementation from Deckbox and Campfire
- Initial Release