FlairFramework v2.0.1 Release Notes

Release Date: 2020-04-06 // about 4 years ago
  • ๐Ÿ“ฆ 1. Separate code packages to core functionality and extensions in package com.rasalexman.flaircore.ext.* ๐ŸŽ 2. IMediator.mediatorName is not a optional for better performance ๐Ÿ‘ 3. IProxy.data is not optional anymore but you can support optional like object : Proxy<String?>(null) {}

    1. All HashMap storages now changed to androidx.collection.ArrayMap ๐Ÿšš 5. Reduce memory leaks when call IFacade.remove() and clear core data
    2. IFacade.attach now take an activity: FragmentActivity as parameter

    Migration Guide:
    ๐Ÿ”„ Change import com.rasalexman.flaircore.interfaces to import com.rasalexman.flaircore.ext


Previous changes from v1.5.4

  • Migration to androidx