jpillora / xdomain

A pure JavaScript CORS alternative
https://jpillora.com/xdomain/
3.12k stars 269 forks source link

Deprecated CDN URL #133

Closed cdamley closed 9 years ago

cdamley commented 9 years ago

I am downloading xdomain from this CDN - "http://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.min.js"

I occasionally see this warning in my console - "XDomain: The URL to this script will soon be deprecated - please see https://github.com/jpillora/xdomain#download".

Just want to know how long will this deprecated URL be available?

jpillora commented 9 years ago

Those URLs used to link straight into the gh-pages branch. I've since moved to using tagged releases. So basically http://cdn.rawgit.com/jpillora/xdomain/0.6.17/dist/xdomain.min.js won't change since it refers to 0.6.17. I'd like to completely remove all versions from the repo (the 0.6 from dist/0.6/xdomain.min.js), though I can imagine people are still using this link. I won't change it any time soon (maybe another 12 months), though still, it's safest to move to the new tagged distribution links.