-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/improvements #29
Conversation
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
- Coverage 100% 99.78% -0.22%
==========================================
Files 37 37
Lines 924 941 +17
==========================================
+ Hits 924 939 +15
- Misses 0 2 +2
Continue to review full report at Codecov.
|
@RomainLanz you're awesome! 😃 |
Look great 👍 I've just one question and you're probably the right person to ask this anyway. Regarding the I'd love to hear your opinion. |
You are right. Maybe we could create an aliase to |
I like |
Seems stable for me, I believe you can go ahead an release the version 2! |
I've planned it for next week. I've to finish a thesis this week and then I'll finally have some more time for open-source 😄 |
Hey 👋
Related issue: #28
This PR adds the following:
BaseTransformer
;toArray()
totoJSON()
(breaking change);defaultInclude
&availableInclude
methods to static getter (breaking change).I need to go a little bit deeper into the code base to make the latest change (having multiple
transform
methods).In the meanwhile, this can already be merged.