Releases: GoodbyeNJN/utils
Releases · GoodbyeNJN/utils
v1.3.1
🚀 Features
- Enhance Err result with context and stack trace options - by @GoodbyeNJN (de7dd)
- Remove isErrorLike utility and simplify error handling in normalizeError - by @GoodbyeNJN (0a4e5)
View changes on GitHub
v1.3.0
🚀 Features
- Add SyncFn and SyncFnWithThis to type utilities - by @GoodbyeNJN (2344f)
- Remove sync tests and related types for Result and ResultAsync - by @GoodbyeNJN (2bacd)
View changes on GitHub
v1.2.0
🚀 Features
- Add quoteShellArg function to process utilities - by @GoodbyeNJN (147f9)
View changes on GitHub
v1.1.1
🐞 Bug Fixes
- Update function signatures for $ and unindent to support TemplateStringsArray - by @GoodbyeNJN (fd365)
View changes on GitHub
v1.1.0
🚀 Features
- Add process utilities for safe command execution - by @GoodbyeNJN (5e486)
🐞 Bug Fixes
- Update npm version badge URL - by @GoodbyeNJN (db2d4)
- Update AsyncFn and Fn types to use readonly arrays - by @GoodbyeNJN (0e82e)