seriema / angular-apimock

Automatically route your API calls to static JSON files, for hiccup free front–end development.
johansson.jp/angular-apimock
MIT License
65 stars 8 forks source link

Drop IE8 support #35

Open seriema opened 9 years ago

seriema commented 9 years ago

It's causing more and more hacks. The biggest change for AngularJS support will be that version 1.2 will be dropped, as they dropped IE8 support in 1.3.

Here's a checklist of things to change in the source once the IE8 support gets dropped:

seriema commented 9 years ago

If we at least could rely on es5-shim being present we could drop a few polyfills. But AngularJS doesn't require it so it might be unbalanced. The biggest gain would be dropping Angular 1.2 support either way.

seriema commented 8 years ago

Microsoft stopped supporting older IE's on the glorious day 12th January 2016. [reference]

I will drop support for IE8 soon. I haven't decided if I'll keep Angular 1.2 support.