-
Notifications
You must be signed in to change notification settings - Fork 107
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
Default attributes only "name", "path" and "children" #93
Conversation
Thanks for this! Can you please merge the latest master so GIthub checks are included? It seems tests are not passing. |
Hi! I included Github checks! Please check the test script where I changed, to produce the same result as before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Hi! The release with this fix ruined semver 😢 |
Sorry to hear that. You mean 2.4.0? |
Yeah, specifically, removing from default attributes "size", "extension" and "type" was breaking changes. Just paying attention :) |
You're right, it should have turned into 3.0.0 since it is a breaking change. Sorry about that, will make a release. Thanks for notifying! |
Deprecated 2.4.0, can't unpublish it now. Published 3.0.0. |
Thanks for reaction! |
* yarn upgrade * upgrade lotta deps * fix for mihneadb/node-directory-tree#93 * update server version
I changed the code a little bit to make default attributes only "name", "path" and "children".
issue thread