Skip to content

Releases: Crashdoom/spamwatch-js-fetch

v0.2.1

30 Jun 21:04
Compare
Choose a tag to compare

Re-created the https://github.com/SpamWatch/spamwatch-js API using Fetch instead of axios for better compatibility.

Updates:

  • Upversioned dependencies based on @dependabot vulnerability reports.

See readme.md for example usage.

v0.2.0: First Release

16 Oct 21:46
Compare
Choose a tag to compare

Re-created the https://github.com/SpamWatch/spamwatch-js API using Fetch instead of axios for better compatibility.

Features Added:

  • Fetching bans (by ID, all IDs, and all bans)
  • Creating bans
  • Deleting bans
  • Retrieving stats
  • Retrieving version

See readme.md for example usage.