Skip to content

Latest commit

 

History

History
372 lines (194 loc) · 13 KB

File metadata and controls

372 lines (194 loc) · 13 KB

Changelog

0.1.27 (2026-02-23)

Bug Fixes

  • use dynamic imports for optional ffmpeg dependencies (#62) (a1a0eea)

0.1.26 (2026-02-13)

Features

  • add appendExistingFiles to unify multi-source file tracking (#45) (294852f)

0.1.25 (2026-02-13)

Features

  • add thumbnail upload option to the thumbnail generator plugin and update related contexts (16d1869)

0.1.24 (2026-02-12)

Features

  • add standalone upload support for storage adapters and thumbnail upload option (5145649)

0.1.23 (2026-02-09)

Features

  • enhance getSASUrl to accept operation parameter for upload, read, and delete actions (bce0623)

0.1.22 (2026-02-04)

Features

  • enhance Azure Data Lake storage adapter with dynamic SAS URL handling and improved file client management (d2aaf75)

Dependencies

  • deps: update aws-sdk to v3.981.0 (#14) (01f32f3)
  • deps: update aws-sdk to v3.982.0 (#16) (fe781cc)
  • deps: update dependency happy-dom to v20.5.0 (#15) (1b3b5ad)
  • deps: update dependency node to v24 (#11) (3f27e2e)
  • pin aws-sdk and happy-dom versions to specific releases (e8e4adb)

v0.1.21

compare changes

💅 Refactors

  • Remove retry logic and simplify upload handling in Azure Data Lake plugin (7a09980)

🏡 Chore

❤️ Contributors

v0.1.20

compare changes

v0.1.19

compare changes

💅 Refactors

  • Improve Vite dependency optimization configuration (d972baf)
  • Extract composable logic into focused modules and enhance docs (03d2fca)

🏡 Chore

❤️ Contributors

v0.1.18

compare changes

💅 Refactors

  • Improve Vite dependency optimization configuration (d972baf)

❤️ Contributors

v0.1.17

compare changes

💅 Refactors

  • Replace Cloudflare R2 provider with S3-compatible provider (ee8bf28)

📖 Documentation

  • Update README and index documentation for multi-provider storage support (b947107)

🏡 Chore

❤️ Contributors

v0.1.16

compare changes

🚀 Enhancements

  • Enhance removeFile function to support conditional deletion from storage with options (c7a253a)

❤️ Contributors

v0.1.15

compare changes

🚀 Enhancements

  • Enhance removeFile function to conditionally delete from storage based on options (833e1c5)

❤️ Contributors

v0.1.14

compare changes

💅 Refactors

  • Unify upload result structure by replacing 'key' with 'storageKey' across storage plugins (32d0bf1)

❤️ Contributors

v0.1.13

compare changes

🩹 Fixes

  • Include uploadResult in remote file attributes for consistency with newly uploaded files (c186999)

✅ Tests

  • Use event-based waiting (480e974)

❤️ Contributors

v0.1.12

compare changes

🚀 Enhancements

  • Add initialFiles option to pre-populate uploader with existing files (ba707ee)

🏡 Chore

❤️ Contributors

v0.1.11

compare changes

💅 Refactors

  • Simplify externals declaration and remove provider aliases (267d9e6)

❤️ Contributors

v0.1.10

compare changes

🏡 Chore

  • Add alias for providers (c00fa29)

❤️ Contributors

v0.1.9

compare changes

🚀 Enhancements

  • docs: Update navigation and titles for events and plugins sections (e8d5230)
  • Add Cloudflare R2 and Firebase Storage providers for file uploads (79f3b8a)

🩹 Fixes

  • Export providers separately (91a71f6)

💅 Refactors

  • docs: Streamline file lifecycle guide by removing redundant sections (64aba23)

📖 Documentation

  • Add Storage Adapters link to navigation (a2c367c)
  • Add contributing guide (ca64334)

🏡 Chore

  • Re-organize event tests (b643bb9)
  • release: V0.1.8 (ff69d34)
  • Add issue templates for bug reports and feature requests (b97016d)
  • Add MIT License file (55b0a0b)

❤️ Contributors

v0.1.8

compare changes

🚀 Enhancements

  • docs: Update navigation and titles for events and plugins sections (e8d5230)
  • Add Cloudflare R2 and Firebase Storage providers for file uploads (79f3b8a)

💅 Refactors

  • docs: Streamline file lifecycle guide by removing redundant sections (64aba23)

🏡 Chore

  • Re-organize event tests (b643bb9)

❤️ Contributors

v0.1.7

compare changes

v0.1.6

compare changes

v0.1.5

compare changes

🚀 Enhancements

  • Add files:uploaded event and prevent duplicate emissions (e3aed73)

🩹 Fixes

  • Improve handling of file IDs in getRemoteFile and runPluginStage functions (648e823)

💅 Refactors

  • Rename autoProceed option to autoUpload for clarity (f938e09)

🏡 Chore

  • Update README to remove outdated sections and improve documentation structure (27b0701)

❤️ Contributors

v0.1.4

compare changes

🏡 Chore

  • Exclude FFmpeg packages from Vite's dependency optimization (f9c41f7)

❤️ Contributors

v0.1.3

compare changes

🚀 Enhancements

  • Add types, plugins, and validators export (c77387f)

❤️ Contributors

v0.1.2

compare changes

🚀 Enhancements

  • Update Releases page and navigation links to use internal routing (af3b96b)

🏡 Chore

❤️ Contributors

v0.1.1

🚀 Enhancements

  • Add Vercel configuration and update MCP settings (239567b)
  • Add AppHeaderTitle component and logo assets (48962f4)
  • Add hero-gradient styles to main.css and include in nuxt.config.ts (8dd4b49)
  • Restructure AppHeader component and update logo handling in app.config.ts (79d6be5)

🩹 Fixes

  • Update markdown syntax for page sections and buttons in index.md (b623e01)
  • Center align title and description in README.md (319752a)
  • Format feature cards for Azure Data Lake, Amazon S3, and Cloudinary in index.md (34a6cdc)
  • Update .prettierignore to include pnpm-lock.yaml (587f966)

🏡 Chore

  • Initial commit (69c57d5)
  • Update (376683d)
  • Update (6a38277)
  • Rename to useUploadKit (15ead66)
  • Use vercel.ts (bc1c0fe)
  • Add .prettierignore to exclude markdown files from formatting (a73eca0)
  • Add unit tests for upload validators and utility functions (3388363)
  • Lint and format (f2df13d)

❤️ Contributors