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

fix: objects with constructor property in deepExtend + test #23

Merged
merged 3 commits into from Jul 30, 2019
Merged

fix: objects with constructor property in deepExtend + test #23

merged 3 commits into from Jul 30, 2019

Conversation

Thomaash
Copy link
Member

Before this fix object like { constructor: { … } } wouldn't be treated as an ordinary object but would be copied by reference.

Before this fix object like { constructor: { … } } wouldn't be treated
as an ordinary object but would be copied by reference.
@mojoaxel
Copy link
Member

I also wrote some tests for deepExtend yesterday (#22) 😕
Maybe we should talk more 😄

Copy link
Member

@mojoaxel mojoaxel left a comment

Choose a reason for hiding this comment

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

LGTM

@Thomaash Thomaash merged commit 34ca3b7 into visjs:master Jul 30, 2019
@Thomaash
Copy link
Member Author

Yeah we should synchronize our work better. It could be as simple as creating dummy draft PRs just to show what we're working on at the moment.

@mojoaxel
Copy link
Member

It could be as simple as creating dummy draft PRs just to show what we're working on at the moment.

🤣

@vis-bot
Copy link
Collaborator

vis-bot commented Aug 13, 2019

🎉 This PR is included in version 1.1.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants