1.3.0
- Added TagHandler.
- It is no longer possible to change the event dispatcher of the
CacheInvalidator once its instantiated. If you need a custom dispatcher, set
it right after creating the invalidator instance. - Deprecated
CacheInvalidator::addSubscriberin favor of either using the event
dispatcher instance you inject or doinggetEventDispatcher()->addSubscriber($subscriber).