Skip to content

Releases: emmett-framework/emmett

weppy 0.2 (codename Bellatrix)

11 Feb 14:27
Compare
Choose a tag to compare

First public beta release.

Changes since v0.1:

  • 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

weppy 0.1.7

18 Dec 10:22
Compare
Choose a tag to compare
weppy 0.1.7 Pre-release
Pre-release

Bugfix preview release

weppy 0.1 (codename Altair)

03 Jan 02:45
Compare
Choose a tag to compare
Pre-release

First public preview release.