### ✨ 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