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

use constructor.name property by default for custom name, if defined #60

Merged
merged 1 commit into from
Aug 27, 2016

Conversation

cozyazure
Copy link

For ES6, constructor's name will be the same as the class name of an object, and it will be stored under the __proto__.constructor.name. If this is defined, use this custom name instead.

@mohsen1 mohsen1 merged commit 4351176 into mohsen1:master Aug 27, 2016
@katanacrimson
Copy link

katanacrimson commented Feb 13, 2018

Any way this could make its way into a new release? 0.6.0 is out there, with these commits dangling off of master.

@mohsen1
Copy link
Owner

mohsen1 commented Feb 13, 2018

I'll cut a release today

@katanacrimson
Copy link

Thanks much!

@mohsen1
Copy link
Owner

mohsen1 commented Feb 13, 2018

Released in v0.7.0

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.

3 participants