All notable changes to mureq will be documented in this file.
v0.2.0 is the second release of mureq.
json
kwarg now accepts an arbitrary object to be serialized as JSON (matching the Requests behavior), instead of already-serialized JSON
- Added
raise_for_status()
andjson()
methods to theResponse
type, increasing API compatibility with Requests (#2, #4, thanks @mikeckennedy!)
v0.1.0 was the first release of mureq.