Skip to content

Releases: mrak/stubby4node

0.2.0

11 Jul 05:04
Compare
Choose a tag to compare
  • 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

11 Jul 05:04
Compare
Choose a tag to compare

bugfix: admin and programmatic APIs correctly parse incoming data

0.1.49

11 Jul 05:05
Compare
Choose a tag to compare

updating styling of status page.

0.1.48

11 Jul 05:05
Compare
Choose a tag to compare

fixed a bug with the latest version of node where status page was no longer showing.

0.1.47

11 Jul 05:05
Compare
Choose a tag to compare

urls are now matched via regular expressions. If you want an exact match, remember to prefix your urls with ^ and postfix with $