spec-kemal/CHANGELOG.md
2026-02-23 23:13:47 +03:00

698 B

1.1.1 (23-02-2026)

  • Fix undefined method 'session?' for Global.class when using spec-kemal without the session extension. Thanks @sdogruyol 🙏

1.1.0 (02-02-2026)

  • Session testing support via with_session helper #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