sugar v1.4 Release Notes

Release Date: 2015-11-12 // over 8 years ago
  • โž• Added

    • #306 @Shyish return boolean/integer on delete methods
    • ๐Ÿ‘ #304 @benohalloran add support to enum type
    • #197 @andresteves add suport for bytes[]
    • ๐Ÿ‘ #293 @neilw4 support NULL in queries
    • ๐Ÿ‘ #273 @dominicwong617 findById support an array of ids
    • #246 @kwf2030 use sqlite_master to check whether table already exist
    • #253 @JeroenMols add bulk delete
    • #285 @Shyish add listAll with orderBy param
    • No need to extend SugarApp - just call SugarContext.init(Context) instead
    • ๐Ÿ‘ #129 @satyan support sugar entities using @Table annotations

    ๐Ÿ›  Fixed

    • #314 @abscondment fix StrictMode DexFile
    • ๐Ÿ›  #303 @RossinesP fixed saving row string bug
    • #258 @nosrak113 change SugarRecord ID to private to not conflit with other libraries
    • #254 @jivimberg use weak keys to keep track of annotated entities
    • #215 @jivimberg fix bug persisting relationship
    • โšก๏ธ #185 #243 @whoshuu fix save and update method
    • #202 @allieus improve getDomainsClass()
    • #104 @whoshuu fix nesting "and" and "or"