698 B
698 B
1.1.1 (23-02-2026)
- Fix
undefined method 'session?' for Global.classwhen using spec-kemal without the session extension. Thanks @sdogruyol 🙏
1.1.0 (02-02-2026)
- Session testing support via
with_sessionhelper #23 Thanks @hugopl 🙏 - Migrated from Travis CI to GitHub Actions
- Improved documentation with comprehensive examples
- Added inline documentation to source code
(1.0.0) - 25-04-2021
- Support for all HTTP methods: GET, POST, PUT, PATCH, DELETE, HEAD
- Custom headers support for requests
- Request body support for POST/PUT/PATCH requests
- Updated for Kemal 1.x compatibility
- Improved handler chain building