Skip to content

Releases: mrak/stubby4node

0.2.10

26 Sep 18:49
Compare
Choose a tag to compare
  • fix colorsafe console wrapper errors (Esco Obong)

0.2.9

26 Sep 18:49
Compare
Choose a tag to compare
  • Rewrote library in JavaScript (was CoffeeScript)

0.2.8

17 Nov 17:14
Compare
Choose a tag to compare
  • fixes the status page display (Hadi Michael)

0.2.7

17 Nov 17:14
Compare
Choose a tag to compare
  • fixes unhelpful output when the location given cannot be bound to

0.2.6

11 Jul 05:02
Compare
Choose a tag to compare

fixes an issue where identical URLs with different request methods may throw an exception

0.2.5

11 Jul 05:02
Compare
Choose a tag to compare

token replacement from regex capture groups is now usable for dynamic file: usage

0.2.4

11 Jul 05:08
Compare
Choose a tag to compare
  • add default OPTIONS pre-flight response for CORS
  • Dynamic token replacement in file name
  • Token replacement now replaces all instances
  • Fixed incorrect variable name in api sample code
  • Added support for multiple response headers with the same name

0.2.3

11 Jul 05:03
Compare
Choose a tag to compare
  • added recording feature. If a response object uses a string in place of an object (or a sequence of objects/string) the strings will be interpreted as a url to record the response from. Details configured in the request object (such as method, headers, etc) will be used to make the recording request to the specified url
  • improved CORS compliance with request/response headers
  • added dynamic templating features for interpolating data captured in request regular expressions into response strings

0.2.2

11 Jul 05:03
Compare
Choose a tag to compare

CORS compliance as per W3C specifications. Using * as the --location will instruct stubby to listen on all interfaces. Implemented by Tomás Aparicio

0.2.1: Merge pull request #3 from h2non/master

11 Jul 05:03
Compare
Choose a tag to compare

bugfix for "Could not render headers to client" from h2non