-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
98 lines (66 loc) · 1.69 KB
/
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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Release 0.13 (in development)
------------
* added support to django 4.0
* added support to python 3.10
Release 0.12
------------
* settings
Release 0.11
------------
* add support Django 3.1, 3.2
* add support Python 3.9
* drop support Django < 2.2
Release 0.10
------------
* fixes #4 - Windows Filename Incompatibility
* drop support Django < 2.x
Release 0.9
-----------
* add ability to invoke `frozenfixture` manually
Release 0.8.2
-------------
* bug fixes
Release 0.8.1
-------------
* bug fixes
Release 0.8
-----------
* handle OrderedDict
* BACKWARD INCOMPATIBLE: changed way to create fixtures/cassettes names
* BACKWARD INCOMPATIBLE: @frozenfixture is now a function decorator.
* new arg in `frozenfixture` fixture_name
Release 0.7
-----------
* improves some customization capabilities
* deprecate 'check_headers' and `check_status` arguments
* add ability to determinate checks order: default at [STATUS_CODE, FIELDS, HEADERS]
Release 0.6
-----------
* fixes compatibility pytest 5.0
Release 0.5.1
-------------
* fixes wrong packaging
Release 0.5
-----------
* consider url arguments when generate filename to avoid name clashing
Release 0.4.1
-------------
* fixes wrong packaging
Release 0.4
-----------
* add pytest option `--reset-contracts`
* fixes custom asserter resolution
* add support django 2.1
* add support python 3.7
Release 0.3
-----------
* add support for GET/POST/PATCH/DELETE/HEAD
* BACKWARD INCONPATIBLE: `assertAPI` is now `assertGET` more consistent with new `assertPUT`, `assertPOST`, `assertDELETE`
Release 0.2
-----------
* improve subclasssing support
* add support for protected url
* raise error if response code > 299
Release 0.1
-----------
* Initial release