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.
9 lines (6 loc) • 439 B
Markdown
### ✨ What's New
* **Added `forEach` method in `TinyHtml`**
Provides an easier way to iterate over elements, giving access to the `TinyHtml` instance, its index, and the full list.
* **Improved `_data` internal storage**
The private data store now enforces validation when assigning new values, ensuring safer and more consistent usage.
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.21.2...1.21.3