Skip to content

`defaultEnabled`: documented and overridable

Latest
Compare
Choose a tag to compare
@jozsi jozsi released this 11 Jul 22:00

The defaultEnabled option introduced in v1.5.0 is now documented in the README and overridable. If defaultEnabled: true in proxy config, you can selectively disable it in the fixture using myFixtureKey: false (e.g. mui: false)

This release also bumps the dependencies to their latest and formats the code using prettier.