Skip to content

Commit

Permalink
Merged branch migration-v1.3.0 into v1.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Feb 9, 2017
2 parents df5313d + 131450e commit de4526c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 1.2.0-alpha to 1.3.0-alpha

## Classes

| 1.2.0-alpha | 1.3.0-alpha |
|------------------------------------------------------|-----------------------------------------------------------------------|
| BaseRouting<PresenterType> | BaseRouting<RelatedContext, PresenterType> |
| BaseRxRouting | BaseRxRouting<RelatedContext> |
| BaseViewHelperRouting<PresenterType, ViewHelperType> | BaseViewHelperRouting<ReleatedContext, PresenterType, ViewHelperType> |
| BaseViewHelperRxRouting<ViewHelperType> | BaseViewHelperRxRouting<ReleatedContext, ViewHelperType> |

## Interfaces

| 1.2.0-alpha | 1.3.0-alpha |
|------------------------------------------------------|-----------------------------------------------------------------------|
| ActivityHolder | ContextHolder |

## Methods

| 1.2.0-alpha | 1.3.0-alpha |
|------------------------------------------------------|-----------------------------------------------------------------------|
| ActivityHolder#getActivity() | ContextHolder#getContext() |
| CommonViperRouting#isActivityAttached() | CommonViperRouting#isContextAttached() |
| CommonViperRouting#getActivity() | CommonViperRouting#getRelatedContext() |

# 1.1.0-alpha to 1.2.0-alpha

## Classes

| **1.1.0-alpha** | **1.2.0-alpha** |
Expand Down

0 comments on commit de4526c

Please sign in to comment.