Documentation: Learn how to implement custom logging with the new section added to the README, making it easier to understand and utilize this feature.
Improvements
Environment Management: Enhance the ability to extend environment variables in Execa processes, especially for projects using Remix and Next.js, ensuring smoother integration.
Process Termination: Discover improved guidance on terminating hanging subprocesses, with updated examples that promote better practices for handling output streams.
Dependency Management: Benefit from upgraded dependencies that enhance overall performance and security of the Execa package.
Fixes
Fix issues with Node.js builds lacking ICU support, ensuring compatibility and functionality for users in edge cases.
Resolve the problem of stream-related tests failing with Node 22.5.0, ensuring that all tests pass successfully and maintain reliability.
Fix the issue where users are unable to extend environment variables when ProcessEnv has been manipulated, improving usability.
Fix documentation typos to enhance clarity and user experience.
Others
Update the README to include important information about custom logging, helping users to better utilize this feature.