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

Support making computed properties cacheable by default #706

Merged
merged 6 commits into from Apr 20, 2012

Conversation

wagenet
Copy link
Member

@wagenet wagenet commented Apr 19, 2012

Fixes #38.

@wycats wycats closed this Apr 19, 2012
@wycats wycats reopened this Apr 19, 2012
@wagenet
Copy link
Member Author

wagenet commented Apr 20, 2012

Current plan for transition:

0.9.8: opt-in w/ warning if you don't
1.0: default w/ opt-out option, deprecation warning if you opt-out
1.1: opt-out removed (this allows for cleaner internals)

We can also accelerate this by changing the default earlier than 1.0 if we have more releases.

wagenet added a commit that referenced this pull request Apr 20, 2012
Support making computed properties cacheable by default
@wagenet wagenet merged commit f1032b3 into master Apr 20, 2012
sandstrom pushed a commit to sandstrom/ember.js that referenced this pull request Jun 17, 2021
…berjs#706)

* add guide for Route and Controller transition methods deprecation

* fix code sample paths and indentation, give files non-foo names

Co-authored-by: Isaac Lee <16869656+ijlee2@users.noreply.github.com>
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.

Make computed properties cacheable by default
2 participants