Releases: GoodbyeNJN/utils
Releases · GoodbyeNJN/utils
v26.4.4
🚀 Features
- Enhance parameter handling and type definitions in exec module - by @GoodbyeNJN (f6a3f)
- Add type checking for wrap function argument - by @GoodbyeNJN (4c827)
View changes on GitHub
v26.4.3
v26.4.2
🐞 Bug Fixes
- Inline util types into global scope, remove separate files - by @GoodbyeNJN (7c27d)
View changes on GitHub
v26.4.1
🚀 Features
- Add exec and json modules, remove shell module, and other refactors - by @GoodbyeNJN (2ccf1)
- Enhance Array and ReadonlyArray interfaces - by @GoodbyeNJN (d0866)
View changes on GitHub
v26.4.0
🚀 Features
- Add TemplateFn type and update exports - by @GoodbyeNJN (47fdc)
- Simplify error handling and remove unused helper functions - by @GoodbyeNJN (04dec)
- Enhance parseValueToBoolean to support generic default values - by @GoodbyeNJN (136d8)
View changes on GitHub
v26.3.0
🐞 Bug Fixes
- Improve pathname handling and correct constructor logic in VFile - by @GoodbyeNJN (134b0)
View changes on GitHub
v26.2.0
🐞 Bug Fixes
- Update promise return types in AsyncFn and SyncFn definitions - by @GoodbyeNJN (f3509)
- Ensure functions return promises in createSingleton and createLock - by @GoodbyeNJN (f2394)
View changes on GitHub
v26.1.4
🚀 Features
- Add shell module to package.json and rolldown.config.ts - by @GoodbyeNJN (f766a)
View changes on GitHub
v26.1.3
🚀 Features
- Add shell execution module with tinyexec integration - by @GoodbyeNJN (60954)
- Improve error messages for unindent and indent functions - by @GoodbyeNJN (279e2)
View changes on GitHub
v26.1.2
🐞 Bug Fixes
- Add splitByLineBreak and indent to exports - by @GoodbyeNJN (7eed5)