Releases: Fyko/export-api
Releases · Fyko/export-api
v4.0.0
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
This is the release of Export API v3 🎉!
With this new version comes:
Primary Commits
v2.0.0
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
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.