Skip to content

0.2.3-alpha

Pre-release
Pre-release

Choose a tag to compare

@declark1 declark1 released this 13 Mar 16:55
· 29 commits to main since this release
5f1c95f

What's Changed

  • [Feature] Added 4 new matchers and associated When methods by @declark1 in #14
    • PathPrefixMatcher (path_prefix)
    • QueryParamsMatcher (query_params)
    • QueryParamMatcher (query_param)
    • QueryParamExistsMatcher (query_param_exists)
  • [Enhancement] Several Request updates by @declark1 in #14
    • Added url field (replaces path and query fields)
    • Added methods: url, query_pairs, and method
    • Dropped with_query method
  • [Misc] Dropped Cargo.lock file and added it to .gitignore (woops) by @declark1
  • [Misc] Updated dependency version requirements to be less restrictive by @declark1
  • [Misc] Dropped unused dependencies, updated feature flags by @declark1 in #17