-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from ShikaSD/1.2.0-actually-update-docs
Add what's new section for 1.2.0
- Loading branch information
Showing
5 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Changelog | ||
|
||
### 1.2.0 | ||
|
||
#### API changes | ||
|
||
([#66](https://github.com/badoo/MVICore/pull/66)): | ||
`Connection` is updated to provide information about both `ObservableSource` and `Consumer` types. | ||
`ConsumerMiddleware<In>` is replaced by `Middleware<Out, In>` to provide access to both input and output types of the `Connection`. | ||
|
||
#### Additions | ||
|
||
([#73](https://github.com/badoo/MVICore/pull/73)): | ||
Allows transformer to access to the stream between `Source` and `Consumer`. See more details in | ||
[advanced binder](../binder/binder-advanced/#changing-reactive-chain-between-input-and-output) section. | ||
|
||
([#76](https://github.com/badoo/MVICore/pull/76)): | ||
`MemoFeature` which keeps latest accepted state. | ||
|
||
([#82](https://github.com/badoo/MVICore/pull/82)): | ||
Organized way of diffing fields in model to provide more efficient view updates. More information [here](../extras/modelwatcher/). | ||
|
||
([#77](https://github.com/badoo/MVICore/pull/77)): | ||
Idea plugin to observe elements of connections based on middlewares. Read about it [here](../extras/intellijplugin/#android-studio-plugin-to-observe-elements-of-connections). | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters