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.
16 lines (11 loc) • 624 B
Markdown
### ✨ 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