« All deprecation guides

Deprecation Guide for Ember.EnumerableUtils

EnumerableUtils has been deprecated in favor of native implementations. You can consult the JavaScript Array documentation to find suitable replacements for EnumerableUtils functionality. If the native JavaScript array object does not provide a suitable equivalent for your needs, you might also want to checkout third party utility libraries like lodash, or underscore.