- Upgraded to support Kohana 3.3
- Renamed class files and directories to support PSR-0
- Expanded test service for simple REST testing
- Added additional user guide documentation
- All tests pass "OK (7 tests, 20 assertions)"
- Created new
Dispatch_Connection
class for reusing core request configuration across requests. - Refactored
Dispatch::factory
andDispatch_Request
to take connections into consideration. - Updated unit tests to use
Dispatch_Connection::factory
. - All tests pass "OK (7 tests, 18 assertions)"
- Initial release of Dispatch
- Support for internal or external requests
- Internal requests have an option for failover to external
- User Guide documentation
- Unit Test coverage with sample
Controller_Dispatch_Test
reflection service - Internal requests support pass-through allowing for access to Response body before being casted to a string. This prevents unneeded encoding and decoding.