Skip to content

Releases: pactumjs/pactum

v3.1.11

06 Jul 16:24
cb9fbb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.10...v3.1.11

v3.1.10

17 Jun 11:05
36f52eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.9...v3.1.10

v3.1.9

27 May 13:15
a61d428
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.8...v3.1.9

v3.1.8

14 May 05:22
Compare
Choose a tag to compare

What's Changed

  • added new matcher notIncludes

Full Changelog: v3.1.7...v3.1.8

v3.1.7

08 May 05:55
1419376
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.6...v3.1.7

v3.1.6

12 Apr 08:49
b9ddcad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.5...v3.1.6

v3.1.5

27 Mar 12:46
64cbfc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

19 Feb 07:42
9e0b7fa
Compare
Choose a tag to compare

What's Changed

  • Add support for setting mock server host address by @leelaprasadv in #120
  • 3.1.4 by @ASaiAnudeep in #124
    • added parse function to process data templates
    • added clone property in interactions
    • fix typescript errors #108
  • Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #125

Full Changelog: v3.1.3...v3.1.4

v3.1.3

22 Jan 17:07
616baf5
Compare
Choose a tag to compare

What's Changed

  • Bug Fixes - withCookies and expectJsonSnapshot
  • Introduced regex rule matching to support nested overriding of eachLike
  • V3 by @ASaiAnudeep in #116

Full Changelog: v3.1.2...v3.1.3

v3.1.2

15 Jan 14:58
4250302
Compare
Choose a tag to compare

Enhancements

  • New optional property disable in Interaction objects expects to toggle expectation on Interactions (exercised or not).
    • disable is default set to false.
expects: {
   disable: false    // default to false & optional field
}
  • Bump pactum-matchers from 1.0.5 to 1.0.6
  • Bump pactum from 3.1.1 to 3.1.2