Releases: mrak/stubby4node
Releases · mrak/stubby4node
0.2.0
- added cyclic responses.
response
can now be a yaml sequence of responses. Backward compatible, thus the minor version bump
- all string values for
response
criteria are matched as regular expressions against the incoming request
0.1.50
bugfix: admin and programmatic APIs correctly parse incoming data
0.1.49
updating styling of status page.
0.1.48
fixed a bug with the latest version of node where status page was no longer showing.
0.1.47
urls are now matched via regular expressions. If you want an exact match, remember to prefix your urls with ^
and postfix with $