Skip to content
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

added support for transformers namespacing #23

Merged
merged 1 commit into from
Oct 28, 2018
Merged

added support for transformers namespacing #23

merged 1 commit into from
Oct 28, 2018

Conversation

thau0x01
Copy link
Contributor

@thau0x01 thau0x01 commented Oct 27, 2018

Now, users can create namespaced transformers by specifying the subfolder using '/'.

e.g: adonis make:transformer Users/User

// the output file would be
app/Transformers/Users/UserTransformer.js

@rhwilr rhwilr merged commit 88dc1c5 into rhwilr:master Oct 28, 2018
@rhwilr
Copy link
Owner

rhwilr commented Oct 28, 2018

@NeroOficial Thank you for your contribution. 👍
I made some changes, so the code fits the style of the rest of the project. You can expect a new version in the next few days.

@thau0x01
Copy link
Contributor Author

Thank you man!

@rhwilr
Copy link
Owner

rhwilr commented Oct 29, 2018

🎉 Now available in 1.5.1

@thau0x01
Copy link
Contributor Author

nice man!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants