node-libcurl v2.1.2 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
  • ๐Ÿ— DEPRECATED: Due to caching issues while building the distribution files, this build is broken, use 2.1.3 instead. Sorry about that.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix curly.post and curly.head using wrong libcurl options to set the HTTP Method.
    • ๐Ÿ›  Fix postinstall script not working properly.
    • Setting the HTTPPOST option to nullwould, wrongly, throw an Error.
    • Setting any string option to null would, wrongly, throw an Error.

    โž• Added

    • ๐Ÿฑ We now have API docs! ๐Ÿฅณ http://jcmais.github.io/node-libcurl/modules/_index_.html
      Thanks to typedoc
    • โž• Added back prebuilt binaries for:
      • Electron v3, v4 and v5
    • โž• Added isMonitoringSockets boolean readonly property to Easy instances, it is true
      when monitorSocketEvents has been called on that Easy instance.
    • โž• Added CurlVersion enum to be used with the rawFeatures property returned from Curl.getVersionInfo.

    v2.1.1...v2.1.2