node-libcurl v2.2.0 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
  • 🛠 Fixed

    • 🛠 Fix curly.get not working correctly (#230)
    • 🛠 Fix not resetting CURLOPT_TRAILERDATA when duplicating an Easy instance (7bf3a51)

    ➕ Added

    • ➕ Added initial support to the CURLMOPT_PUSHFUNCTION libcurl multi option. (#232) (b8d0fac)
    • ➕ Added private member to the EasyNativeBinding typescript class, you can set this value on the Easy instances to anything, and Typescript should not complain.
    • ➕ Adde prebuilt binaries for Electron v9

    🔄 Changed

    • 👌 Improved Typescript types / documentation for some libcurl options. (63a71b7)