-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Implement + enable array
Helper Feature
#17052
Comments
🔒 I will give this implementation a try. |
Some general implementation notes, I believe this should roughly be implemented the same way as the
|
I really think you need to revisit the an entirely new array is returned on changes thing on this (and the |
@kanongil - I'm not sure that I agree, the point is that revalidating the full array is not expensive. |
That is not my experience from the hash helper. I can’t see why this would be different. |
Added a few more todo items:
|
@josemarluedke - Interested in picking up the guides work also? |
@rwjblue Saw this issue and don't think that @josemarluedke had picked up the guide yet. So wrote a short blurb in the guide in ember-learn/guides-source#209. |
Nice, thank you! |
https://github.com/kellyselden/ember-array-helper may be considered as polyfill |
@SergeAstapov - It certainly could be, but it would need some changes. Specifically, it would need to be updated to do nothing when it detects the newer Ember version that ships the helper by default. |
@kellyselden Any interest in updating your |
Of course. I can donate it or just add people, whatever need be. |
This is le done. |
This is a tracking issue to enable the
array
helper as proposed in emberjs/rfcs#318.ember-array-helper-polyfill
)?The text was updated successfully, but these errors were encountered: