-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed TransformerInterface #603
Conversation
i think its better to mark it deprecated. |
Okay, just let me know what to add as the deprecated message, so I can update the pull request. |
@rvanlaarhoven It does not matter much, just something like "It will be removed in 2.0" |
Updated the pull request. |
+1 from me .. will let @makasim make the final decision |
+1 on deprecation over BC break |
Thanks @rvanlaarhoven |
i am currently upgrading from 0.x to 1.x - what was the reason to remove the transformers? |
I have the same question as @christoph-hautzinger. Is there an alternative way to generate thumbnails from PDFs and if so, could we add something about the removal of the TransformerInterface in UPGRADE.md? |
Same question here... I'm trying to creating a custom data loader and a custom cache resolver but...it's quite messy. Is there a better way now ? |
Removed the obsolete
TransformerInterface
. Together with it, I removed the documentation part aboutExtending the image loader with data transformers
, which was simply an explanation on how to use the already removedExtendedFileSystemLoader
.