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.
13 lines (8 loc) • 492 B
Markdown
### ✨ TinyHtml Updates
* ➕ Added `createFromHTML` method.
* ⚠️ `createElementFromHTML` is now **deprecated** (please migrate to `createFromHTML`).
* 🐛 Fixed a glitch in `_appendChecker` related to node amount handling.
---
⚠️ **Important Notice**:
If you are still using `createElementFromHTML`, make sure to update your code as this method will be removed in future releases.
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.10...1.22.11