Reduks v3.3.5 Release Notes

Release Date: 2020-01-06 // over 4 years ago
  • kotlin -> 1.3.61
    kotlin_coroutines -> 1.3.3
    dokka -> 0.10.0
    ๐Ÿ”Œ android gradle plugin -> 3.5.3
    androidx.appcompat:appcompat -> 1.1.0
    androidx.lifecycle:lifecycle-extensions -> 2.1.0
    com.google.code.gson:gson -> 2.8.6
    gradle -> 5.4.1

    • ๐Ÿ‘Œ improved async store tests
    • ๐Ÿ‘ introduced ReduksFragment abstract class for better integration of android fragments with reduks
    • ๐Ÿ›  fixed method isFragmentVisible for ReduksFragment
    • ๐Ÿ›  bugfix in reduksfragment, redukActivity was not defined as property method
    • ๐Ÿ›  bugfix for ReduksFragment: attached activity can be null, if fragment not yet attached

Previous changes from v3.3.4

  • ๐Ÿš€ maintenance release.
    migrated to androidx, kotlin bumped to 1.3.21