Epoxy v4.0.0-beta3 Release Notes

Release Date: 2020-05-27 // almost 4 years ago
    • ๐Ÿ— Sorts functions in generated kotlin extension function files deterministically to prevent generated sources from changing. Can fix unexpected build cache misses.
    • ๐ŸŽ Avoid generating bitset checks in models when not needed. Can decrease size of generated code and slightly improve runtime performance.
    • โž• Add options to skip generation of functions for getters, reset, and method overloads to reduce generated code

    ๐Ÿ†• New annotation processor options are:

    • epoxyDisableGenerateOverloads
    • epoxyDisableGenerateGetters
    • epoxyDisableGenerateReset

    ๐Ÿ“ฆ These can also be controlled (and overridden) on a per package level with the PackageModelViewConfig package annotation.