Skip to content

Releases: kemalcr/spec-kemal

v1.3.0

Choose a tag to compare

@sdogruyol sdogruyol released this 04 May 12:25
  • WebSocket testing support #25, thanks @sdogruyol 🙏
  • Set minimum Crystal version to 1.12.0 in shard.yml

v1.2.0

Choose a tag to compare

@sdogruyol sdogruyol released this 05 Apr 12:43
  • Add options HTTP helper for CORS and preflight-style tests.
  • Deduplicate Global.response assignment in request helpers.
  • Strengthen specs: HEAD body assertion, session cleanup after with_session.
  • CI: fail the build when Ameba reports issues (remove continue-on-error).

v1.1.1

Choose a tag to compare

@sdogruyol sdogruyol released this 23 Feb 20:15
  • Fix undefined method 'session?' for Global.class when using spec-kemal without the session extension. Thanks @sdogruyol 🙏

v1.1.0

Choose a tag to compare

@sdogruyol sdogruyol released this 02 Feb 13:38
  • 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

v1.0.0

Choose a tag to compare

@sdogruyol sdogruyol released this 25 Apr 13:50
Bump to 1.0.0

v0.5.0

Choose a tag to compare

@sdogruyol sdogruyol released this 06 Nov 17:08
  • Crystal 0.27.0 support 🎉
  • Kemal 0.25.1 support 🎉

v0.4.0

Choose a tag to compare

@sdogruyol sdogruyol released this 27 Aug 18:03
0.4.0

v0.3.0

Choose a tag to compare

@sdogruyol sdogruyol released this 26 Oct 13:54
Don't spawn, build handlers instead