Skip to content

Tags: parfeon/YAHTTPVCR

Tags

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
parfeon Serhii Mamontov
docs: add missing changelog entries

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix latest OS versions support (#13)

* fix: fix latest OS versions support

Fix issue because of which library wasn't able work properly on latest OS versions
(used private method has been by Apple).

v1.4.1

Toggle v1.4.1's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: add missing import

Add missing NSData category import.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
parfeon Serhii Mamontov
feat: 1.4.0 Release

Version bump and changelog update.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix query comparison (#9)

Fix comparison of value, which represent list by sorting.
Whether sorting should be done or not configurable by YHVVCR.matchQueryWithSortedListValue
flag which set to YES by default.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from parfeon/fix-scenes-playback

Fixes and improvements for stub recording and playback.

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from parfeon/fix-nsdictionary-number-to-query

NSDictionary category query string generation fix.

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from parfeon/fix-empty-response-body-playback

Fixed empty response body playback

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from parfeon/fix-set-response

VCR set stubbed response handler fix.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
parfeon Serhii Mamontov
+ added additional parameter for `postBodyFilter` which will pass act…

…ual NSURLRequest body (for stubbed requests it is `nil` since body's content is part of stream)