-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Drop support for IE < 11 #2325
Comments
👍 What would that entail? |
It would mean dropping hasEnumBug fixes in |
In theory I'm in favor. You probably should be using es5shim/es5sham if you need the older browsers anyways. |
👍 |
That's how I'm approaching it with Lodash. I make sure that my usage has a compat path with es5shim and es6shim. I assume folks wanting older IE support will be using those already. |
Is there a living document somewhere that states what browsers are supported by Underscore? |
Reminder to self: @jehrenzweig
Since version 1.12, there is: https://underscorejs.org/#compatibility. |
Tie-in issue to Backbone issue #3828.
On Jan 12, 2016 MS is essentially dropping support for IE8. With that in mind jQuery and Lodash are dropping IE8 support in their 3.0 and 4.0 releases. So let's discuss dropping it in the next major bump of Underscore.
The text was updated successfully, but these errors were encountered: