2.0.0
This release changes the way URIs with GET-params are resolved to fixtures. GET-params are now separated with &
and key/value pairs are combined with =
instead of -
. Besides that, more characters are allowed in the filename. Please see the updated README and pull request #2 for more information.
Changed
- Changed logic for converting GET-params to a filename #2