tiny-essentials
Version:
Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.
14 lines (7 loc) • 602 B
Markdown
### ✨ New Features
* **Download Progress Tracking**: Added the `trackFetchProgress` utility!
* You can now easily monitor download progress (bytes loaded vs. total) via the `onProgress` callback in all the new fetch functions.
* **loadImage Updates**: The `loadImage` function has been added to load image data.
### 📚 Documentation & Improvements
* **TinyRateLimiter JSDocs**: Polished and improved the JSDoc for `TinyRateLimiter`, ensuring clearer type definitions and better developer guidance.
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.24.5...1.25.0