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

Deprecate dom/data/core in favor of can-dom-data-state #350

Merged
merged 1 commit into from Sep 28, 2017

Conversation

imaustink
Copy link
Contributor

No description provided.

@matthewp
Copy link
Contributor

Let's not merge until everything using domdata has been updated.

dom/data/core.js Outdated
var expando = "can" + new Date();
var uuid = 0;
//!steal-remove-start
canDev.warn('dom/data/core is deprecated; please use can-dom-data-state instead: https://github.com/canjs/can-dom-data-state');
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not a public API, so does not need a deprecation notice. You should just delete it.

@phillipskevin
Copy link
Contributor

phillipskevin commented Sep 27, 2017

@matthewp you mean everything that is using dom/data/core, right? There isn't should not be anything outside of can-util using it.

@matthewp
Copy link
Contributor

@phillipskevin I think I see what you're saying. Since this PR doesn't use it, more than likely nothing is at all.

@phillipskevin
Copy link
Contributor

This PR should cover everything that was previously using dom/data/core.

@imaustink
Copy link
Contributor Author

imaustink commented Sep 27, 2017

@phillipskevin I have removed dom/data/core.js. I think we should wait to merge until we settle the changes to cid though.

@imaustink imaustink merged commit d184050 into master Sep 28, 2017
@imaustink imaustink deleted the deprecate-dom/data/core branch September 28, 2017 22:21
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.

None yet

3 participants