- Optimized type validation logic.
- Improved support for objects with union values.
- Updated exports.
- Slightly improved readme.
- Improved the type inferrence of the override when the original type is a union.
- Further improved the final result type when passing overrides.
- Improved the final result type when passing overrides.
- Removed the mock server API. MSW is a better alternative for this use case now that it supports intercepting backend requests.
- Added an alpha version of
configureMockServer
. - Added
configureMockServer
to the readme.
- Renamed the
faker
option tocontext
, as it can be any value.
- Disabled bundling in build.
- Updated package exports to include more import options.
- Export
configureMockBuilder
from from root. - Updated readme to include more examples.
- Updated package exports to include more import options.
configureMockBuilder
now returns a function directly, instead of an object.