Releases: chriskacerguis/codeigniter-restserver
Releases · chriskacerguis/codeigniter-restserver
3.0.2
3.0.1
lots of fixes and composer support. Lots and lots of thanks to @Hanisch-IT
3.0.0
- Added unit testing (not complete, but a start)
- Removed $continue param from $this->response method
2.8.0
- Adding namespacing
- Including full CI install with it (CI 3.1.2 as of this release)
2.7.4
add namespaces support (#745)
2.7.3
A few bug fixes and additional languages.
2.7.2
Lastest bug fixes and changes for CI Rest Server.
Mainteance Release
Simple maintenance release with various bug fixes.
Lastest Fixes and Changes
- Added Blacklist IP option
- Added controller based access controls
- Added support for OPTIONS, PATCH, and HEAD (from boh1996)
- Added logging of the time it takes for a request (rtime column in DB)
- Changed DB schemas to use InnoDB, not MyISAM
- Updated Readme to reflect new developer (Chris Kacerguis)