Releases: Top-gg-Community/node-sdk
Releases · Top-gg-Community/node-sdk
v3.1.6
What's Changed
- Added tests for API.ts by @XkijuX in #79
- meta: update GitHub Actions workflows by @VoltrexKeyva in #83
- deps: update dependencies by @VoltrexKeyva in #84
- meta: fix publish workflow by @VoltrexKeyva in #85
- meta: bump version to 3.1.6 by @VoltrexKeyva in #86
New Contributors
Full Changelog: v3.1.5...v3.1.6
v3.1.5
v3.1.4
The first release in a while!
Some quality of life changes thanks to @VoltrexKeyva @ #75
- Update dependencies and developer dependencies to their latest versions.
- Switch from Node-Fetch to Undici.
- Update the GitHub Actions workflows to their latest versions.
- Remove Node.js v12 from the testing matrix as it reached it's EoL (End-of-Life) stage, and add Node.js v16 and v18 to the testing matrix.
- Align all examples (in README and JSDocs) to the code style of the codebase.
- Inline JSDocs that only have a description.
- Format the
typedoc.json
file and remove the usage of theminimal
theme as it was removed. - Move the
APIOptions
interface to thesrc/typings.ts
file and export it so it's shown in the documentation. - Bump version to 3.1.4.
v3.1.3
- Fixes a TypeScript error to do with a catch block in Webhook #73
A possible breaking change to meet intended behavior. Before anything thrown in the webhook listener function would be passed to the error callback, now it only will respond back anything thrown that is an instance of Error
, as is typed.
v3.1.2
New documentation! Please reference the new TypeDoc located at https://topgg.js.org
Few non-noticeable code changes
- New linting following the top-gg eslint rules
- Replaced
qs
withURLSearchParams
since qs is legacy
v3.1.1
v3.1.0
v3.0.9
v3.0.8
v3.0.7 | Add bannerUrl to typings
Add new bannerUrl to typings (#43) * Update typings.ts * bump * Update Changelog.md