Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

v2.1.0

Choose a tag to compare

@jasisk jasisk released this 17 Mar 19:28
· 40 commits to v3.x since this release

New Features

  1. Add support for the route option to take a regular express. Caveats: with *.json configs, you will still need to convert the string to a regular express with something like shortstop-regex. Additionally, any mountpath will need to be properly accounted for by your regular expression.

    Documentation, Implementation, Pull Request