v8.5.0v8.4.1
Reading changes from the repo…
ts-script
feature that automatically sets the current working directory to the script's directory, simplifying script execution. cwd
(current working directory) dynamically, providing greater flexibility in your project setup. --cwd
flag has been renamed to --dir
for clarity, making command-line usage more intuitive. enabled
feature to properly clear the require cache, improving test accuracy and reliability. -i
option from environment variables to streamline configuration and reduce potential confusion. _preloadModules
usage to improve performance and maintainability of the codebase.