Releases: AngelaE/ts-mountebank
Releases · AngelaE/ts-mountebank
v1.8.0 Dependency Updates
Dependency updates
v1.7.0
What's Changed
- Return this instead of class in builder methods by @TomLingham in #23
- Allow setting the response mode by @TomLingham in #22
New Contributors
- @TomLingham made their first contribution in #23
Full Changelog: v1.6.1...v1.7.0
All credit for this release goes to @TomLingham - Thanks!
Update superagent and fix install warnings
Updated dependencies
What's Changed
- upgrade super-agent to 7.0.2 to fix install warning by @yeongsheng-tan in #19
- Chore/update dependencies by @AngelaE in #20
New Contributors
- @yeongsheng-tan made their first contribution in #19
Full Changelog: v1.6.0...v1.6.1
v1.6.0: Merge pull request #18 from AngelaE/query-string
Add query string to FlexiPredicate
Support other mb ports
What's Changed
- feat: support other mb urls by @nitsanavni in #14
New Contributors
- @nitsanavni made their first contribution in #14
Record Requests and Query Imposter
v1.4.0 fix publish script
Proxy Wait Behavior and Flexible Comparisons
- 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
v1.2.0 add name property to imposter
Add Debug Proxy
Easy way to create a debug proxy and update readme.
Minimal Proxy Support
This release supports very basic proxies in Mountebank to debug requests during tests and record traffic between APIs.