-
-
Notifications
You must be signed in to change notification settings - Fork 60
#54 introduces behavior difference depending on Ember version #76
Comments
yeah, the issue is that we already used the named export of Do you have a specific scenario that breaks? |
No, and I don't think it's too big a problem. Unless I'm mistaken you'd have to be downgrading Ember to run into this, as you'd have to be using |
Right. One option I had thought of was to just include the shim directly so that |
It'd be a breaking change to this lib, but would it otherwise hurt to export both? They're not perfectly interchangeable. When Ember added it, they didn't claim |
FWIW, |
Ah, interesting. I only looked at the latest API docs. Thank you for the clarification. |
closing due to inactivity |
In #54, a shim was added for
ember-platform/assign
which will useEmber.assign
if available (≥ 2.5.0) andEmber.merge
otherwise. These do not have the same method footprint/behavior so could be a concern.The text was updated successfully, but these errors were encountered: