Subscription: Enjoy enhanced resource management with the new Symbol.dispose implementation in subscriptions, allowing for cleaner and more efficient handling of long-running tasks.
CJS Output: Benefit from improved compatibility as we now publish newer JavaScript for CommonJS files, ensuring better performance and modern features.
Fixes
Fix the next method in Subscriber: The next method now strictly accepts the expected value type, eliminating any confusion with optional arguments.