Skip to content

Conversation

@ziggythehamster
Copy link
Contributor

I keep finding myself finding stuff in the docs that I have to double-check to see if the version of Ember I'm using actually supports. Today, the thing I was looking at was in Ember.Route, and the docs were missing @since tags, so I had to check the source of Ember 1.10 to see if I could actually use it. I can.

This PR adds @since to all public APIs in Ember.Route, even when it's been there since 1.0.0, so that users like myself that aren't on the latest version can be sure that the thing that might solve our problem is available in our version of Ember.

I checked 0.9 out, and it seems like there wasn't a concept of a route in 0.9 (oh how far we've come!), so I didn't bother checking any earlier than 1.0.0. If I should have, let me know and I'll give it another whirl.

@locks locks self-assigned this Sep 24, 2016
Copy link
Contributor

@locks locks left a comment

Choose a reason for hiding this comment

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

Great work @ziggythehamster! Thank you for the thoroughness and going back all the way to 1.0!

@locks locks merged commit 5a8f3cb into emberjs:master Sep 30, 2016
@ziggythehamster ziggythehamster deleted the doc-ember-route-since branch January 24, 2017 17:51
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.

2 participants