ember-macaroni icon indicating copy to clipboard operation
ember-macaroni copied to clipboard

Update babel and rename filterFromCollectionByContains to filterFromCollectionByIncludes

Open jcaffey opened this issue 7 years ago • 2 comments
trafficstars

Ember.Array#contains is deprecated and now uses includes to follow along with ESnext. Original ember issue: https://github.com/emberjs/ember.js/issues/13336

This will also keep ember apps from whining about babel 5.x deprecation.

jcaffey avatar Jun 11 '18 21:06 jcaffey

@poteto can this be merged and tagged under a new release (obviously not backwards compatible)

jcaffey avatar Jun 18 '18 21:06 jcaffey

Can we please have this merged and published... it's prevent us from upgrading to Ember 3

ptgamr avatar Oct 18 '18 22:10 ptgamr