-
Notifications
You must be signed in to change notification settings - Fork 0
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
[RFC][UN-16593] Add support to all currencies #305
Conversation
addon/enums/currency-symbol-type.js
Outdated
@@ -1,8 +0,0 @@ | |||
import Enumerable from './enumerable'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My two cents would be not erasing this one: this is used in practically all of our projects, and I don't think we have the time to migrate them just now...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well if we have the time to upgrade all of our projects to this version we should have the time to upgrade this... it's minor compared to the upgrade of ember cli uniq...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes... But I don't know if we want to do that right now. And this will block all future versions of this add-on. I would prefer keeping them both, talk about it in the sync, and start migrating when we have time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But, in the end, it's not my decision cc @TiagoBrito
We should minimize the BC's (breaking changes) as much as possible.
|
https://uniplaces.atlassian.net/browse/UN-16593