Skip to content

Releases: oatsoda/TeePee

v2.0.1

15 Aug 06:25
Compare
Choose a tag to compare
  • BREAKING CHANGE: TeePeeBuilder.Build() is now async.

v1.2.1

14 Aug 09:26
Compare
Choose a tag to compare
  • Mostly non-functional restructuring to repo.
  • Upgraded package references to v7 (BCL + Refit)

v1.1.1

09 Aug 16:15
Compare
Choose a tag to compare
  • Add facility to partially match the request body JSON using .ThatHasBodyContaining<T>() and passing in a delegate to validate.
    • The request body will be deserialised to T using the RequestBodySerializerOptions before being passed to your delegate to decide whether it matches.
    • WARNING: Any reference types you use within the rule delegate will be evaluated at the point of request (as opposed to at TeePee Build() time) so you must be careful not to use the same ref types to seed your test data and this matching rule.

v1.0.40

27 Jul 11:05
Compare
Choose a tag to compare
  • Update Readme files and add Readme to Nuget Packages

v1.0.38

27 Jul 08:45
Compare
Choose a tag to compare
Convert HttpClientFactory name cache to concurrent dictionary.

v1.0.18

19 Oct 09:08
ef5aa1f
Compare
Choose a tag to compare

Initial Release