Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.13 KB

Changelog

0.3.0

released 2024-03-29

  • Drop node-fetch dependency. Now it's properly dependency free! Should also work with other popular JS runtimes that have a global fetch.
  • ❗ require Node.js 20+

0.2.2

released 2023-02-14

  • Properly include all *.d.ts files in the released package, for real this time.

0.2.1

released 2023-02-14

  • Properly include all built files in the released package. Thanks to @scottbessler for the report! (#4)
  • Move @types/... dependencies into devDevepencies (#4)

0.2.0

released 2023-02-12

  • Problems with HTTP and JSON parsing now throw custom errors. See the README for more info (#1)
  • replace usage of Node's querystring module with the more universal URLSearchParams (#2)

0.1.0

released 2023-01-23

This is the initial public release. The API is considered stable, but I want to test it under more real-world conditions before dropping a v1.

  • Initial public release