UNPKG

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
## πŸ—ƒοΈ 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