Skip to content

Releases: Fyko/export-api

v4.0.0

20 Nov 02:17
Compare
Choose a tag to compare

v4.0.0 of export-api has landed!

This version:

  • Discontinues the v1 and v2 APIs

v0.3.0 of @fyko/export-api has landed!

This version:

  • creates new helper functions: createExport, createExporterClient, and promisifyExportResult.

v3.0.0

27 Feb 04:16
90d35ad
Compare
Choose a tag to compare

This is the release of Export API v3 🎉!

With this new version comes:

Primary Commits

v2.0.0

15 Feb 22:43
Compare
Choose a tag to compare

This is the release of API version 2 🎉 - d2970ab

With v2 comes the ability to:

  • specify your export format instead of limiting you to HTML (Dark)
  • specify the date format for dates in exported files, see the .NET docs for more
  • specify a "before" and "after" field, only export messages before or after the provided date

Usage of v2 has been documented in the README

v1.0.0

06 Feb 22:38
Compare
Choose a tag to compare

This is the first public release of the Export API. DiscordChatExporter has been updated, some project structure has been created and added, and Github Actions have been created to handle Docker deployments.