forked from emmett-framework/emmett
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
30 lines (23 loc) · 951 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
weppy changelog
===============
Version 0.2
-----------
(release date to be announced, codename to be selected)
- 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
Version 0.1
-----------
Released on October 21st 2014, codename Altair
First public preview release.