android-parcelable-intellij-plugin v0.7.0 Release Notes

Release Date: 2016-05-10 // almost 8 years ago
    • โž• Added map parcelation
    • Parcelation is not generated for fields with transient modifier
    • ๐Ÿ›  Date parcelation fixes
    • ๐Ÿ›  Enum parcelation fixes

Previous changes from v0.6.3

    • Now generating parcelable also for base cass fields
    • ๐Ÿ›  Fixed primitive type arrays serialisation
    • โž• Added @override annotation on Creator methods
    • โž• Added short support
    • ๐Ÿ›  Minor bugfixes