Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 668 Bytes

CHANGES.md

File metadata and controls

19 lines (15 loc) · 668 Bytes

1.8.0

  • Refine convert TypeScript types and add type tests
  • Replace unmaintained proxying-agent with https-proxy-agent
  • remove data/cacert.pem and inline the bundle in a JS file for maximum compatibility

1.7.0

  • Added convert and transform functions
  • Added function to get the file extension

1.6.0

  • Rewrite in TypeScript to provide automatically generated and tested types.
  • Drop support for NodeJS 4.0 and below (end of life).

1.5.0

  • Retry failed requests by default.
  • Drop support for NodeJS 0.12 and below (end of life).

1.4.0

  • Support for HTTP proxies.