Skip to content

0.1.0

Compare
Choose a tag to compare
@matteosister matteosister released this 31 Jul 21:13
· 60 commits to master since this release

added ability to check if an handler is able to handle a subject by calling canHandle()

The PatchOperationHandler interface now forces you to create a canHandle method in your custom handlers.
Just return true if you don't want to change the actual behavior.

_Careful! BC break!_

The namespace has changed from PatchManager to Cypress\PatchManager