Closed mcollina closed 6 years ago
Removed the spread operator in https://github.com/feross/simple-get/commit/38ddd5bed1e8744fd6077909a4e8fdb0bf644870. Will release a patch once tests pass
Also needed to remove Object.entries()
https://github.com/feross/simple-get/commit/4459575e4a5f4fab2053a3441e4522dcab4f6b7d
Released 3.0.1
Thank you very much!
Node 6.0 is still supported for another year, and it would be fantastic to see it being kept supported in simple-get.
I think the only problem is related to the use of the spread operator, so maybe we can remove that.
https://travis-ci.org/fastify/fastify-cli/jobs/370790022#L1283-L1303
If you do not have bandwidth, I'll be happy to help out with maintenance. This is my go-to http client.
(This means we cannot upgrade to simple-get@3.0.0 in fastify tests.)