Skip to content

Commit

Permalink
changes log
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Giuliani committed May 5, 2019
1 parent 155e3d8 commit 8a1e3f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ _Core_
* `[UPDATED]` - `KoinComponent` now can override `getKoin()` to target a custom Koin instance & `currentScope()` to target a Scope that is used for all injections
* `[ADDED]` - koinApplication function to help declare an instance for a local context, in ordoer to help isolated Koin instances
* `[UPDATED]` - rework Scope API (multiple instances definitions, properties, release, callback ...)
* `[UPDATED]` - rework Scope DSL (scope/scoped)
* `[UPDATED]` - rework Scope DSL (scope/scoped) & lock single/factory
* `[UPDATED]` - rework internals to use root Scope & separate Scope instances, with different bean registry
* `[ADDED]` - onClose, onRelease DSL on single/factory/scoped to execute code when releasing instance or stopping container
* `[ADDED]` - getProperty with default value
* `[UPDATED]` - Kotlin 1.3.21
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Found a bug or a problem on a specific feature? Open an issue on [Github issues]

```gradle
// latest stable
koin_version = '2.0.0-rc-2'
koin_version = '2.0.0-GA'
```

## Gradle
Expand Down
4 changes: 2 additions & 2 deletions koin-projects/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ https://github.com/InsertKoinIO/koin/issues/423
Additional type binding
- bind/binds operator -> koin.bind<P,S> / koin.getAll<S>()

-- TODO --

Allow 2 Scope Def same type?
Scope API -> scoped defs only in Scope Definition
-> check to add bind operator to bind<P,S>

-- TODO --

Website - Doc migration -> Scope / inner Module

Clear board
Expand Down

0 comments on commit 8a1e3f6

Please sign in to comment.