Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

123 lines (68 loc) · 2.05 KB

Change Log

Version 1.2.0-beta10

2017-08-1

  • Fix conductor Controller#onDestroy NPE

Version 1.2.0-beta9

2017-07-24

  • Minor bug fix

Version 1.2.0-beta8

2017-06-18

  • Force loader to call Presenter#onDestroyed inside Controller#onDestroy in conductor
  • Minor bug fix

Version 1.2.0-beta7

2017-06-11

  • Support new android gradle plugin (3.x.x)
  • Minor bug fix

Version 1.2.0-beta6

2017-05-29

  • Support for different types of UseCases. (#18)

Version 1.2.0-beta5

2017-05-19

  • Add @PresenterId annotation to support multiple instances of a same view class in a parent view. (#28)

Version 1.2.0-beta2

2017-05-10

  • When return super.onCreateView doesn't override, weaver will override and return its super method.

Version 1.2.0-beta1

2017-05-03

  • Add @ConductorController annotation to support Conductor. (#10)

Version 1.1.1

2017-04-19

  • Force compiler to generate Loaders classes

Version 1.1.0

2017-03-12

Version 1.0.5

2017-01-11

  • Clear the view reference in AbstractPresenter#onViewDetached.

Version 1.0.4

2016-11-28

Version 1.0.3

2016-11-24

  • Downgrading the version of jsr305.

Version 1.0.2

2016-11-24

  • Use jsr305 at compilation step.

Version 1.0.1

2016-10-29

  • Fix a bug related to using both apt and annotationProcessor configurations.

Version 1.0.0

2016-10-28

  • First public release.