Releases: ballercat/jambox
Releases · ballercat/jambox
0.4.4 - Static profile dir
0.4.3
0.4.2
0.4.1
0.4.0 - Forward config supports arrays
- feat: Users can specify an array for the
forward
config. This allows mapping different paths of the same domain to different destination origins.
0.3.0
0.2.1
0.2.0
Add support for native fetch proxying
This release includes support for proxying (including hitting the cache, stubbing, blocking) requests that use the native fetch
within Node.js.
Changes:
- feat: Support
globalThis.fetch
proxying, allowing native fetch requests to be cached/stubbed/etc
0.1.3
- match pathnames with dot('.') literals in them
- serialize and accept a
browser
option in config
Turns out that minimatch
wont match any string containing a dot(.
) character even when given a '**'
wildcard blob. That's less than ideal default behavior for path matching in jambox. Also, config wasn't properly serializing the browser
value post the refactor update.