Releases: pactumjs/pactum
Releases · pactumjs/pactum
v3.1.11
v3.1.10
What's Changed
- feat: add removes property in data templates by @ASaiAnudeep in #170
Full Changelog: v3.1.9...v3.1.10
v3.1.9
What's Changed
- fix: GraphQLRequest variables type by @samuelsantia in #163
- 164 save files from response to fs by @ASaiAnudeep in #165
- 164 support of form data in interaction @ASaiAnudeep in #165
New Contributors
- @samuelsantia made their first contribution in #163
Full Changelog: v3.1.8...v3.1.9
v3.1.8
v3.1.7
What's Changed
- feat: add helper functions to get data management keys by @jmcdo29 in #140
- fix add empty line and removed an one empty one by @doriandevtech in #144
- fix Prettier rules by @doriandevtech in #147
- updated docs references
New Contributors
- @doriandevtech made their first contribution in #144
Full Changelog: v3.1.6...v3.1.7
v3.1.6
What's Changed
- feat: add generics support for specs by @jmcdo29 in #136
- parse request defaults by @ASaiAnudeep in #139
New Contributors
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #127
- recorder function accepts custom object by @ASaiAnudeep in #128
Full Changelog: v3.1.4...v3.1.5
v3.1.4
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
- added
- 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
What's Changed
- Bug Fixes -
withCookies
andexpectJsonSnapshot
- 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
Enhancements
- New optional property
disable
in Interaction objectsexpects
to toggle expectation on Interactions (exercised or not).disable
is default set tofalse
.
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