Skip to content

Commit

Permalink
Prepare for release 3.0.0-RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Jul 30, 2019
1 parent 5baa364 commit c4dff9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
<!-- Continue from top -->

## Release version 3.0.0-RC1 (July 29th, 2019)
* TODO finish the changelog
* change scopes
* kotlin support. I believe method injections is not supported fully in kotlin because there are no member injectors
* support for method injections when methods throw throwables
* add support for Android X life cycle owners to close a scope automatically when the owner is destroyed
* add support for Android X view models to close a scope automatically when the view model is cleared
* better binding API, 1:1 relation with annotations
* better scope API: fluent API to define scopes, allow to define subscopes, allow lambdas to configure a scope on creation
* support for releasables
* etc

## Release version 2.1.0 (Feb 4th, 2019)

* Add Toothpick.isScopeOpen method to check whether a scope is already open. Thx to terrakok for this.
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
@@ -1,7 +1,5 @@
org.gradle.parallel = true

GROUP=com.github.stephanenicolas.toothpick
VERSION_NAME=3.0.0-RC-1-SNAPSHOT
VERSION_NAME=3.0.0-RC1

POM_PACKAGING=JAR
POM_DESCRIPTION=DI.
Expand Down

0 comments on commit c4dff9d

Please sign in to comment.