dantleech / what-changed

Generate change reports when you update composer
MIT License
118 stars 2 forks source link

Async requests to get the commit / diff data #5

Open dantleech opened 5 years ago

dantleech commented 5 years ago

Currently request all the information from Github synchronously for each package, this could be done asynchronously with CuRL (this might be desirable with very large changesets).