Releases: gramiojs/files
v0.4.0
before each Telegram API call.
middleware that detects file uploads and converts Blob/File params to FormData
feat: add filesMiddleware for wrappergram middleware chainExports filesMiddleware from @gramio/files/middleware — a ready-to-use
Merge branch 'main' of https://github.com/gramiojs/files
Full Changelog: v0.3.1...v0.4.0
v0.3.2
chore: bump dependencies and version to 0.3.2
Full Changelog: v0.3.1...v0.3.2
v0.3.1
chore: skip undefined values in form data conversion
chore: ensure proper buffer conversion to Uint8Array for File constructor
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
v0.1.3
chore: write a better tests for MediaUpload class and utils
chore: improve test for readable stream
chore: add deprecation notice about Promise
chore: improve test and types
chore: bump and use text lockfile
Full Changelog: v0.1.2...v0.1.3
v0.1.2
chore: use "@gramio/types": "*"
chore: bumps
chore: add npm downloads badge
Full Changelog: v0.1.0...v0.1.2
v0.1.0
feat: allow more data types and use more better methods
chore: bumps
Full Changelog: v0.0.12...v0.1.0
v0.0.12
chore: add LICENSE
chore: ship ESM
chore: remove throw when method not for file upload
chore: remove crypto random
chore: ship ESM & CJS
Full Changelog: v0.0.11...v0.0.12