Releases: GoodbyeNJN/utils
Releases · GoodbyeNJN/utils
Release list
v26.7.2
🐞 Bug Fixes
- Correct type definitions using SetReturnType for fs functions - by @GoodbyeNJN (8f8a8)
View changes on GitHub
v26.7.1
🚀 Features
- Refactor glob options and types for improved consistency and clarity - by @GoodbyeNJN (0792d)
- Enhance type definitions for append and write file functions to support Buffer and string data - by @GoodbyeNJN (fa739)
View changes on GitHub
v26.7.0
🚀 Features
- Add glob and globSync exports to fs modules - by @GoodbyeNJN (3ba61)
View changes on GitHub
v26.6.2
🐞 Bug Fixes
- Correct type definition for filter method in global Array interface - by @GoodbyeNJN (a2093)
View changes on GitHub
v26.6.1
🚀 Features
- Update Node.js engine requirement to support versions 24.x and 26.x - by @GoodbyeNJN (d1a78)
View changes on GitHub
v26.6.0
🚀 Features
- Add RemoveSuffix and UnwrapRequired exports - by @GoodbyeNJN (d93fe)
- Migrate glob implementation to use Node's built-in glob functionality - by @GoodbyeNJN (f05a1)
- Remove tinyglobby dependency and glob entry point - by @GoodbyeNJN (06e4f)
- Update Node.js engine requirement to ^22.2.0 - by @GoodbyeNJN (e7830)
View changes on GitHub
v26.5.0
🚀 Features
- Migrate from TypeScript to native preview - by @GoodbyeNJN (5eaf7)
🐞 Bug Fixes
- Update type parameters in Gen interface for correct type infer - by @GoodbyeNJN (4aebc)
View changes on GitHub
v26.4.7
🚀 Features
- Refactor project structure and enhance utility functions - by @GoodbyeNJN (adf51)
- Add new type exports from type-fest - by @GoodbyeNJN (88044)
- Refactor package.json and rolldown config for better organization of entry points - by @GoodbyeNJN and Copilot (728db)
View changes on GitHub
v26.4.6
🚀 Features
- Separate glob module from fs module - by @GoodbyeNJN and Copilot (c539f)
View changes on GitHub
v26.4.5
🐞 Bug Fixes
- Mark wrapped functions as pure for optimization - by @GoodbyeNJN (2c42f)