Ability to reset filters
Now we can reset FeedIo's filters, it's recommended to do so after each feed reading :
$this->feedIo->read($feed->getUrl(), $feed, $feed->getLastModified());
$this->feedIo->resetFilters();
It fixes issue #70