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

[DOC Release] Mark multiple methods in Ember.Router as public #12763

Closed
wants to merge 6 commits into from

Conversation

mikepmunroe
Copy link
Contributor

Mark Ember.Router.url as public
Mark Ember.Router.startRouting as public
Mark Ember.Router.isActive as public
Mark Ember.Router.isActiveIntent as public
Mark Ember.Router.hasRoute as public
Mark Ember.Router.reset as public

@acorncom
Copy link
Contributor

acorncom commented Jan 8, 2016

Doesn't seem identical, but may be related to #12211

@rwjblue
Copy link
Member

rwjblue commented Jan 8, 2016

@acorncom - Ya, definitely related but distinct.

@mikepmunroe - I'm unsure if all of these were intended to be public API's. I would like @machty's thoughts here, as he has the most context into the intent....

@machty
Copy link
Contributor

machty commented Jan 8, 2016

I don't think we should mark these public. If there are any of these we definitely need/want, it'd be better to make note of it as part of the Routing Service PR

@mikepmunroe
Copy link
Contributor Author

Closing this. We will add requests to the Routing Service PR, if needed.

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

4 participants