All Versions
5
Latest Version
Avg Release Cycle
377 days
Latest Release
1451 days ago
Changelog History
Changelog History
-
v1.1 Changes
May 08, 2021- ๐ Change package prefix from
space.traversal
tonet.gouline
after repository migration. - โ Remove Bintray publishing process.
- ๐ Change package prefix from
-
v1.0 Changes
May 30, 2019- โก๏ธ Update dependency versions.
- ๐ Promote to stable release.
-
v0.3 Changes
August 10, 2017- ๐ 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).
- ๐ Support for transitive dependencies via
-
v0.2 Changes
April 03, 2017- Automatic injection by implementing
Injects
interface. - Retaining targets via a custom
WeakHashMap
. - โก๏ธ Sample project "android" updated to include Java class.
- Migrate to Bintray for publishing.
- ๐ Update samples and documentation to use automatic injection.
- Automatic injection by implementing
-
v0.1 Changes
March 24, 2017- ๐ 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.