0.1.0
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