-
b330304: Adds ~options named argument to the GraphQL and Http bindings, deprecates the *WithOptions bindings.
This is a breaking change for Rescript v10.
- e2bcae8: docs: Adds doc comments for most bindings
- e402233: Fixes
listHandlersbinding - b330304: Fixes the binding signature of MSW.GraphQL.operation taking a sync callback instead of async like the rest
- dec2706: fixes the serviceWorkerOptions type being incorrect and not including the
scopeor other registration options
- a8875de: Fixes the binding for
MSW.setupWorkerto import from "msw/browser" instead of "msw" - a8875de: Fixes the binding signature of MSW.GraphQL.operation taking a sync callback instead of async like the rest
- ba3e115: BREAKING: support MSW v2
- Fixes formatting for uncurried projects
- fix: npm publishing mistake
- 10f31bc: Upgrades to ReScript 10.1 and @rescript/react v0.11.0
- 20b5459: Fixes tests, and clarifies peer dependencies
- Initial release