Stream Management: Enjoy a more consistent experience with streams as we maintain the same interface when using the READABLE_STREAM=disable setting. This change ensures that your applications behave predictably even under different configurations.
Improvements
Installation Process: Simplify your installation experience by avoiding caret during installation. This change helps ensure that you always get the latest version of readable-stream without unexpected version constraints.
Fixes
Fix an issue with the interface when using READABLE_STREAM=disable. This resolves a bug that affected the behavior of streams in certain scenarios, enhancing overall reliability.
Others
Bump string_decoder to version 1.0.0 to ensure compatibility and access to the latest features.