7.5.07.4.0
Reading changes from the repo…
repeat
operator now includes a configurable delay, making it easier to use in a way similar to retry
, enhancing its flexibility for developers. tslib
version 2.x, resolving compatibility issues with other projects that require newer versions, improving integration. forEach
method now properly unsubscribes after an error occurs in the next handler, ensuring that resources are managed correctly and preventing potential memory leaks. takeWhile
operator's typings are corrected to accurately reflect the Boolean constructor types, improving type safety and developer experience.