Skip to content

Releases: donhenton/mountebank-UI

Added Wait Functionality

01 May 12:15
Compare
Choose a tag to compare

Tip of the hat to github user osmbsrn for a pull request that added:

  • wait behavior for responses
  • more informative formatting and display
  • https handling

Remove Bower

13 Oct 00:12
Compare
Choose a tag to compare
  • A number of libraries are no longer supported on bower, so dependency code has been frozen.
  • Using only gulp
  • Build is now from src --> public_html, so gh_pages publishing is now a rebase from master

Default Response Body

12 Oct 22:26
Compare
Choose a tag to compare

Its now possible to add a default response for the times when no match occurs

CORs Release

20 Mar 12:23
Compare
Choose a tag to compare

added CORs capablility which will add an OPTIONS response and
necessary headers to each response, without having to add them
manually

Imposter Documentation Display

08 Sep 17:29
Compare
Choose a tag to compare

As the number of imposters grow for a collection its hard to know just what imposter is what. With six POSTS or 8 GETs, its hard to find things. A tooltip will now display on the left hand scroll list, displaying the documentation line for the imposter.

The sorting dialog now displays the full text of the documentation line

Documentation

17 Mar 17:48
Compare
Choose a tag to compare

typos and documentation updates

Documentation release

05 Jan 20:15
Compare
Choose a tag to compare

added a documentation field for imposters

release-1.2.2

15 Dec 15:42
Compare
Choose a tag to compare

added decorate functionality
added gulp file
added wire based tests using grunt-mountebank and jquery

Adding Injection

02 Dec 18:48
Compare
Choose a tag to compare

As an alternative, now can use javascript injection for responses and predicates

Latest release

27 Nov 00:23
Compare
Choose a tag to compare

fix for response index reset