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.
29 lines (18 loc) β’ 786 B
Markdown
## ποΈ File Manager Migration β 2025-06-27
### β¨ Overview
This release introduces major improvements and module restructuring focused on the new `fileManager` system.
---
### β
Whatβs New
* **π Migrated `fileManager` structure**
* Internal restructuring to support a cleaner and more maintainable file management flow.
* **π New Async Utilities**
The following asynchronous file utilities were added:
* `listFilesAsync`
* `listDirsAsync`
* `fileSizeAsync`
* `dirSizeAsync`
* `isDirEmptyAsync`
* `clearDirectoryAsync`
* **π§ Fixed Module Import Issues**
* Resolved `fs` and `path` import problems caused by incorrect module usage in TypeScript.
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.12.1...1.12.2