|
| 1 | +Changelog: |
| 2 | +=========== |
| 3 | + |
| 4 | +### 2.7.0 |
| 5 | + |
| 6 | +* Added Blacklist IP option |
| 7 | +* Added controller based access controls |
| 8 | +* Added support for OPTIONS, PATCH, and HEAD (from boh1996) |
| 9 | +* Added logging of the time it takes for a request (rtime column in DB) |
| 10 | +* Changed DB schemas to use InnoDB, not MyISAM |
| 11 | +* Updated Readme to reflect new developer (Chris Kacerguis) |
| 12 | + |
| 13 | +### 2.6.2 |
| 14 | + |
| 15 | +* Update CodeIgniter files to 2.1.3 |
| 16 | +* Fixed issue #165 |
| 17 | + |
| 18 | +### 2.6.1 |
| 19 | + |
| 20 | +* Update CodeIgniter files to 2.1.2 |
| 21 | +* Log Table support for IPv6 & NULL parameters |
| 22 | +* Abstract out the processes of firing a controller method within _remap() to an separate method |
| 23 | +* Moved GET, POST, PUT, and DELETE parsing to separate methods, allowing them to be overridden as needed |
| 24 | +* Small bugfix for a PHP 5.3 strlen error |
| 25 | +* Fixed some PHP 5.4 warnings |
| 26 | +* Fix for bug in Format.php's to_html() which failed to detect if $data was really a multidimensional array. |
| 27 | +* Fix for empty node on XML output format, for false = 0, true = 1. |
| 28 | + |
| 29 | +### 2.6.0 |
| 30 | + |
| 31 | +* Added loads of PHPDoc comments. |
| 32 | +* Response where method doesn't exist is now "HTTP 405 Method Not Allowed", not "HTTP 404 Not Found". |
| 33 | +* Compatible with PHP 5.4. |
| 34 | +* Added support for gzip compression. |
| 35 | +* Fix the apache\_request\_header function with CGI. |
| 36 | +* Fixed up correctly .foo extensions to work when get arguments provided. |
| 37 | +* Allows method emulation via X-HTTP-Method-Override |
| 38 | +* Support for Backbone.emulateHTTP improved. |
| 39 | +* Combine both URI segment and GET params instead of using one or the other |
| 40 | +* Separate each piece of the WWW-Authenticate header for digest requests with a comma. |
| 41 | +* Added IP whitelist option. |
| 42 | + |
| 43 | +### 2.5 |
| 44 | + |
| 45 | +* Instead of just seeing item, item, item, the singular version of the basenode will be used if possible. [Example](http://d.pr/RS46). |
| 46 | +* Re-factored to use the Format library, which will soon be merged with CodeIgniter. |
| 47 | +* Fixed Limit bug (limit of 5 would allow 6 requests). |
| 48 | +* Added logging for invalid API key requests. |
| 49 | +* Changed serialize to serialized. |
0 commit comments