Releases: mrak/stubby4node
Releases · mrak/stubby4node
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
- 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 therequest
object (such asmethod
,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
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
bugfix for "Could not render headers to client" from h2non