-
-
Notifications
You must be signed in to change notification settings - Fork 152
feat(object): added Partial alias for OptionalPart #123
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
Conversation
package.json
Outdated
| { | ||
| "name": "ts-toolbelt", | ||
| "version": "6.9.9", | ||
| "version": "6.10.0", |
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.
@pirix-gh this was auto incremented, I didn't touch anything!
millsp
left a comment
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.
Hi there, please read the comments for the change requests. And there is one more thing: we need to keep parity with utilities in List, so the latter should also benefit from Partial.
Before you continue, don't forget to pull the few changes I made.
|
Cool! I'll do it tomorrow :) |
|
@pirix-gh sorry i suddenly got busy with some deadlines at work >< |
|
@pirix-gh I have added 2 extra commit implementing your requests. |
|
That's it, thank you 🎉. I would be more than happy if you could help with the docs, even just a list of things that are unclear (no explanations needed), then I can work through it and ask you what was unclear if needed. |
🎁 Pull Request
tstfolder)npm testFixes
What changes have you made?
What tests have you updated?
tst/objectIs there any breaking changes?
Anything else worth mentioning?