-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
63 lines (47 loc) · 1.21 KB
/
CHANGES.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
pyramid_extdirect Changelog
==============================
0.6.1
----------------
- Switched to request.has_permission
0.6.0
----------------
- Added metadata support
0.5.2
----------------
- Added error logging and fixed the issue when 'json_encoder'
wasn't provided in includeme(..) config (thanks Fabian Maier)
0.5.1
----------------
- Added optional json_encoder argument to Extdirect constructor
to allow for providing a custom JSON serializer (e.g.
pyramid.renderers.JSON)
0.5.0
----------------
- We're now python3 compliant (thanks Fabien Coronis)
0.4.0
----------------
- Fixed user-defined exfception views handling
0.3.2
----------------
- Added permissions check for extdirect_method decorated functions (vs. methods)
- Added actions filter for extdirect api route
0.3.1
----------------
Added pyramid debug toolbar support (thanks github.com/breath)
0.3
----------------
Renamed project to pyramid_extdirect
0.2
----------------
- Fixed form quotes quoting
- Move package structure from repoze.bfg to pyramid
0.1.2
----------------
- Fixed typo in JsonReprEncoder
0.1.1
----------------
- Fixed packaging
- Fixed numargs for methods with request_as_last_param
0.1
----------------
- Initial release.