18 lines
698 B
Markdown
18 lines
698 B
Markdown
# 1.1.1 (23-02-2026)
|
|
|
|
- Fix `undefined method 'session?' for Global.class` when using spec-kemal without the session extension. Thanks @sdogruyol :pray:
|
|
|
|
# 1.1.0 (02-02-2026)
|
|
|
|
- Session testing support via `with_session` helper [#23](https://github.com/kemalcr/spec-kemal/pull/23) Thanks @hugopl :pray:
|
|
- 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
|