-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
executable file
·82 lines (64 loc) · 3.3 KB
/
ChangeLog
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
2019-06-04 Tommaso Sacramone <[email protected]>
* Fix regression for Typo3 7
* Fix Changelog
* Fix Settings in documentation
* Release of restclient 2.0.6 in TER
2019-03-13 Tommaso Sacramone <[email protected]>
* Fix regression for Typo3 7
* Release of restclient 2.0.5 in TER
2019-02-21 Tommaso Sacramone <[email protected]>
* Fix some deprecations for Typo3 9
* Release of restclient 2.0.4 in TER
2017-07-28 Tommaso Sacramone <[email protected]>
* Updated typo3 constrains to 8.7.99
* Release of restclient 2.0.3 in TER
2017-04-24 Tommaso Sacramone <[email protected]>
* Some small bugfix (Thanks to contributors: sebastian-seitz and to m3g4p0p)
* Release of restclient 2.0.1 in TER
2015-02-28 Tommaso Sacramone <[email protected]>
* Substantial changes that allow you to send data strings (eg. json)
* Release of restclient 2.0.0 in TER
2015-12-26 Tommaso Sacramone <[email protected]>
* Some minor improvements in HttpClient
* Release of restclient 1.1.3 in TER
2015-11-27 Tommaso Sacramone <[email protected]>
* Add optional feature initClient in function reset
* Fix to integer the max_redirect field in configuration
* Some small updates to documentation
* Release of restclient 1.1.2 in TER
2015-11-23 Tommaso Sacramone <[email protected]>
* Some small bugfix update in HttpClient Hook
* Some small updates to documentation
* Add composer.json, change extension icon
* Release of restclient 1.1.1 in TER
2015-11-16 Tommaso Sacramone <[email protected]>
* Removed test plugin, small improvements of HttpClient code, some small bugfix update, new minor version for compatibility with TYPO3 7.6
* Release of restclient 1.1.0 in TER
2015-11-12 Tommaso Sacramone <[email protected]>
* Add support for User Agent, file uploads, and some helpers to HttpClientRequest
* Release of restclient 1.0.8 in TER
2015-11-08 Tommaso Sacramone <[email protected]>
* Add HttpClientRequest
* Release of restclient 1.0.7 in TER
2015-11-06 Tommaso Sacramone <[email protected]>
* Add typo3 logging, and improve documentation
* Release of restclient 1.0.6 in TER
2015-11-03 Tommaso Sacramone <[email protected]>
* Add max in follow redirect, header to array, and the shorthands for CRUD
* Release of restclient 1.0.5 in TER
2015-10-30 Tommaso Sacramone <[email protected]>
* Add hook to preprocess the response, and support cookies
* Release of restclient 1.0.4 in TER
2015-10-28 Tommaso Sacramone <[email protected]>
* Add documentation
* Add support https certificates, follow_redirect and check http code
* Release of restclient 1.0.3 in TER
2015-10-26 Tommaso Sacramone <[email protected]>
* Add support authentication scheme and system http proxy
* Fix extension manager configuration of property 'error_throw_exception'
* Release of restclient 1.0.2 in TER
2015-10-25 Tommaso Sacramone <[email protected]>
* Refactoring of documentation (sphinx)
* Release of restclient 1.0.1 in TER
2015-10-23 Tommaso Sacramone <[email protected]>
* First release of restclient 1.0.0 in TER