Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 806 Bytes

NEWS.md

File metadata and controls

32 lines (20 loc) · 806 Bytes

reqres (development version)

reqres 0.2.5

  • General upkeep
  • Fix bug whith unnamed cookies (#12)

reqres 0.2.3

reqres 0.2.2

  • Fixed bug in querystring parsing where the first key would retain the ?

reqres 0.2.1

  • Added querystring field to Request.
  • Added calculate_length() method to Response.
  • Added as_message() method to Request and Response.

reqres 0.2.0

  • Moved to a shallow dependency of Rook, making it easier to substitute or expand to other request formats
  • Added content negotiation and body parsing and formatting

reqres 0.1.0

  • Migrated Request and Response classes from routr