Releases: gouline/kapsule
Releases · gouline/kapsule
1.2.3
1.2.2
Full Changelog: 1.2.1...1.2.2
1.2.1
Full Changelog: 1.2...1.2.1
1.2
v1.1
v1.0
v0.3
- Support for transitive dependencies via
HasModules
interface andtransitive()
call on the root module. - Functions
required()
,optional()
andinject()
extracted fromInjects<M>
interface into separate extension functions (this will require fixes to imports in files using them).
v0.2
v0.1
- Initial published release.
- Working injection on
val
andvar
with a manual injector. - Required (non-null) and optional (nullable) property delegates.
- Sample project "simple" with basic command-line application.
- Sample project "android" with a fully-functioning Android application.
- Basic documentation and directions for use.