Skip to content

feat(object): extend object methods to extend properties #49

Merged
merged 2 commits into from
Aug 22, 2019

Conversation

meskill
Copy link
Contributor

@meskill meskill commented Aug 21, 2019

add propSetBy and pathSetBy functions to allow setting values based on the result of function call
add utils/assign to create a shallow copy based on type
propSet, pathSet won't generate new reference when the object itself doesn't change
extend types for propApply, pathApply functions

add propSetBy and pathSetBy functions to allow setting values based on the result of function call
add utils/assign to create a shallow copy based on type
propSet, pathSet won't generate new reference when the object itself doesn't change
extend types for propApply, pathApply functions
@meskill meskill requested a review from Tom910 August 21, 2019 07:26
Copy link
Contributor

@Tom910 Tom910 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Tom910 Tom910 merged commit e51bf0d into master Aug 22, 2019
@meskill meskill deleted the no-unnecessary-changes branch August 22, 2019 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants