Skip to content

Releases: bernardolins/fake_server

Version 2.1.0

08 Nov 14:36
Compare
Choose a tag to compare

New Features

  • Add :except argument to Response.all_4xx and Response.all_5xx (#43)
  • Add setup_test_with_server/1 hook to test_with_server (#29)
  • Add request_received macro (#44)

Version 2.0.0

20 Jan 12:54
Compare
Choose a tag to compare
  • Support Cowboy 2
  • Remove support to Cowboy 1
  • Improve error validation
  • Improve standalone test support
  • Improve API to support both tuples and error raise
  • Rename code to status on the %FakeServer.Response{} structure
  • Rename FakeServer.HTTP.Response to FakeServer.Response
  • Remove FakeController

Version 1.5.0

09 Oct 12:55
Compare
Choose a tag to compare
  • Support Elixir 1.6 and 1.7
  • Support Erlang 21
  • Add hits count per path