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

Response interceptors deprecated? #14

Closed seriema closed 9 years ago

seriema commented 10 years ago

Go through this properly and decide on a course of action (if needed): https://code.angularjs.org/1.2.26/docs/api/ng/service/$http#response-interceptors-deprecated-

seriema commented 10 years ago

Naw, seems to have been a temporary change to the API. Angular 1.3.0 uses the same as us.

How to handle versions that are not supported?

seriema commented 9 years ago

Not sure what to do with this issue. apiMock still works with 1.3 and I see no reason for it to stop working anytime soon. Don't know how to test different versions of Angular to somehow promise that certain versions work. Closing this issue anyway.

seriema commented 9 years ago

I solved #17 so now every commit is tested against Angular 1.2, 1.3, and 1.4. I'll update those as the project moves along, but I'll probably only check against the latest patch of each minor version (i.e. just 1.4.latest and not 1.4.1, 1.4.2, etc).