cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

v0.3.0 #15

Closed cjstehno closed 7 years ago

cjstehno commented 7 years ago

Reworked the request matching to be more stable and predictable, while adding native support for Hamcrest matchers. This release is not backwards compatible with previous releases; while, I don't like breaking previous release support, the user-base is small at this point (probably just me) and the new functionality is worth taking the hit rather than trying to maintain the existing interfaces.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.4%) to 93.484% when pulling d12be7ba439259e60ca8678a9444aa12e3834383 on dev-matching-rework into f239975df17625ef9399217afb13644accdba4f5 on master.