v0.4.1
- Add listener on preRemove, because there no ID on entities in DoctrineListener::postRemove()
- Add isSofdeleted() to remove from ES entities simply softdeleted, because it's calling DoctrineListener::postUpdate() instead of postRemove();
- Rename removeToElastic() => removeFromElastic()
- Catch Elastica\Exception\NotFoundException, because we listen preRemove AND postRemove. Document can be removed on preRemove, so not found on postRemove