### ✨ New Features

* **`TinyHtml.add()`** ➕
  Works like jQuery’s `add`, allowing you to append new elements to the internal collection.
* **`TinyHtml.hasData()`** 🔍
  Check if a specific key exists in an element’s data store.
* **`TinyHtml.removeData()`** 🗑️
  Remove a value by key from an element’s data store.

### 🛠️ Improvements

* **Constructor update** 🏗️
  The `TinyHtml` constructor now supports **query selectors (`string`)** directly, making initialization more flexible and intuitive.

**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.11...1.22.13
