RxJs v7.5.2 Release Notes

Release Date: 2022-01-11 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘• operators that ignore input values now use unknown rather than any, which should resolve issues with eslint no-unsafe-argument (#6738) (67cb317), closes #6536
    • ajax: crossDomain flag deprecated and properly reported to consumers (#6710) (7fd0575), closes #6663