-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Apply import rules to moved assets. #20
Apply import rules to moved assets. #20
Conversation
Hey @Haruma-K, Thanks for bringing this into my attention. I'm surprised that the current implementation can not handle moved assets. I will do a few tests, but may take some time. |
Thanks for the reply, @favoyang . Oh, so the behavior was different from what you thought. |
I have some tests and you're right about the behaviors.
I will read your PR carefully and get back to you. |
# [0.6.0](v0.5.4...v0.6.0) (2020-04-26) ### Features * handle moved assets (close: [#20](#20)) ([a902a21](a902a21))
🎉 This issue has been resolved in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@Haruma-K Thank you! This PR is awesome. I've added your name to the README as a contributor. |
This allows the import rules to be applied to moved assets as well.
Also, delete the entry if there are no rules to apply as a result of the move.