Stream Compatibility: The library now avoids using bigint literal syntax, ensuring better compatibility with older browsers. This change addresses issues faced by users targeting specialized environments.
Fixes
Resolve an import issue with the string_decoder module, which previously caused errors in Vercel Edge Functions. This fix enhances the library's usability in edge environments.
Others
Introduce a new linting workflow that runs checks on all branches and pull requests. This ensures code quality and consistency across the project.