weppy v0.2 Release Notes

  • ๐Ÿš€ Released on February 11th 2015, codename Bellatrix

    • ๐Ÿ›  Several bugfixes
    • ๐Ÿ“œ JSON body parsing for incoming requests with POST method and 'application/ json' headers
    • widget_select() in forms use represent attribute of fields to render values
    • ๐Ÿšš Moved Storage class to new sdict one
    • Using pyDAL instead of a separated fork inside code
    • Unified DAL/ModelsDAL and Auth/ModelsAuth into new DAL and Auth
    • Model class now has only one setup method instead of the old unnecessary list of set_ methods
    • โšก๏ธ Updated validators nomenclature to "camelcase"
    • stream_file() in helpers now accept a path relative to application, the old one is now renamed in the more consistent stream_dbfile()
    • โž• Added SessionFSManager to store sessions' data on filesystem
    • Model class inherits fields and properties on subclassing
    • โž• Added service.xml method to serve xml contents