requery v1.4.0 Release Notes

Release Date: 2017-07-10 // almost 7 years ago
    • ๐Ÿ‘Œ Support item view types in Android RecyclerView adapter
    • ๐Ÿ‘Œ Support withTransaction overloads for Kotlin entity stores
    • ๐Ÿ‘Œ Support guava/streamsupport Optional types
    • โšก๏ธ Rx support transaction methods modified to update in a more expected way
    • ๐Ÿ›  Fix default value usage in inserts
    • ๐Ÿ›  Fix aliased expression not usable in orderby clause
    • ๐Ÿ›  Fix collection getters not used in Jackson serialization
    • ๐Ÿ›  Fix collection modification behavior
    • ๐Ÿ›  Fix cases where duplicate entity attributes would be generated
    • ๐Ÿ›  Fix MutableResult not usable in an entity definition
    • ๐Ÿ›  Fix Android unique column not being able to be added in an upgrade
    • ๐Ÿ›  Fix Kotlin Update.set() method property support