node-fetch v1.4.0 Release Notes

    • ✨ Enhance: Request and Response now have clone method (thx to @kirill-konshin for the initial PR)
    • ✨ Enhance: Request and Response now have proper string and buffer body support (thx to @kirill-konshin)
    • ✨ Enhance: Body constructor has been refactored out (thx to @kirill-konshin)
    • ✨ Enhance: Headers now has forEach method (thx to @tricoder42)
    • ✨ Enhance: back to 100% code coverage
    • 🛠 Fix: better form-data support (thx to @item4)
    • 🛠 Fix: better character encoding detection under chunked encoding (thx to @dsuket for the initial PR)