Skip to content

Releases: AngelaE/ts-mountebank

v1.8.0 Dependency Updates

06 Oct 07:59
c3c998a
Compare
Choose a tag to compare

Dependency updates

v1.7.0

20 Jul 21:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0

All credit for this release goes to @TomLingham - Thanks!

Update superagent and fix install warnings

16 Nov 08:45
037c5cd
Compare
Choose a tag to compare

Updated dependencies

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0: Merge pull request #18 from AngelaE/query-string

06 Aug 11:00
dd9f506
Compare
Choose a tag to compare

Support other mb ports

07 Apr 10:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Record Requests and Query Imposter

19 Sep 04:00
Compare
Choose a tag to compare
v1.4.0

fix publish script

Proxy Wait Behavior and Flexible Comparisons

03 Sep 06:03
2a4ba63
Compare
Choose a tag to compare
  • Option to add a wait behavior to proxies
  • New FlexiPredicate (rather than just EqualPredicate). This allows creating checks for 'StartsWith', 'EndsWith' and other options in mountebank
  • Added linter and GitHub actions for PR
  • Integration tests in sepate project

Support custom name for Imposter

30 May 00:13
Compare
Choose a tag to compare
v1.2.0

add name property to imposter

Add Debug Proxy

29 May 21:51
Compare
Choose a tag to compare

Easy way to create a debug proxy and update readme.

Minimal Proxy Support

29 May 21:23
Compare
Choose a tag to compare

This release supports very basic proxies in Mountebank to debug requests during tests and record traffic between APIs.