forked from qbeyond/pyramlson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
40 lines (31 loc) · 783 Bytes
/
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
1.3.1
-----
- Accept other mime types than application/json (thanks @stoer)
1.3.0
-----
- Replaced ValueError with custom Exception when a service doesn't
contain any decorated methods
- Added route_name parameter to api_service decorator (thanks @stoer)
1.2.3
-----
- Removed debug output for optional params
1.2.2
-----
- Shorten the jsonschema validation error message if debug mode is off
1.2.1
-----
- Fixed handling of missing query parameters
1.2.0
-----
- Added optional parameter validation and conversion
- Improved test coverage
1.1.1
-----
- Added optional argument transformation callback
1.1.0
-----
- Added max_length / min_length checks for URI and query parameters
- Added package-relative resolution of api definition path
1.0.0
-----
- Initial version