mappersmith
Advanced tools
Changelog
2.41.0
Fixed:
mappersmith
: Allow path to be empty string in manifest #327mappersmith
: Response.errors
should only be allowed to contain Error
or string
#325Added:
mappersmith
: Accept path
as a resource method param #328mappersmith
: A forged client now optionally accepts request context as its second argument #330mappersmith
: Add support for accessing the final request object in middleware response phase #321Changelog
2.40.0
Fixed:
mappersmith/test
: Properly merge headers when one of the sides is a mock matcher #316Added:
mappersmith
: Add support for passing transient contexts between middleware #320Changelog
2.39.1
Fixed:
mappersmith
: Typo in basic auth import no longer causes build errors #313Changelog
2.39.0
Added:
mappersmith
: Added service workers support with default gateway fetch
#311Refactored:
mappersmith
: Migrated middleware
to typescript #306Changelog
2.38.1
Fixed:
mappersmith
: Preserve rawData
as empty string instead of converting it to null #297mappersmith/test
: Allow Buffer
(and similar) as valid response data for mockRequest
#299mappersmith
: Ensure references to regeneratorRuntime
is not part of compiled bundle #303Changelog
2.38.0
Added:
mappersmith/test
: mockClient
responses are now clones of the fixture instead of references to them #158mappersmith/*
: Move typings into src folder next to each file it describes #291mappersmith
: Convert Gateway to typescript #287mappersmith
: Add the possibility to update the default encoding function for query params #296