Releases: emmett-framework/emmett
Releases · emmett-framework/emmett
weppy 0.2 (codename Bellatrix)
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 userepresent
attribute of fields to render
values- Moved
Storage
class to newsdict
one - Using pyDAL instead of a separated fork inside code
- Unified
DAL
/ModelsDAL
andAuth
/ModelsAuth
into newDAL
andAuth
Model
class now has only onesetup
method instead of the old unnecessary
list ofset_
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 consistentstream_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
Bugfix preview release
weppy 0.1 (codename Altair)
First public preview release.