RxJs v6.0.0-tactical Release Notes

Release Date: 2018-04-07 // about 6 years ago
  • Why "tactical"? Because I TOTALLY MEANT to ruin the release names by publishing an amazingly funny April Fool's joke about smooshMap. So this was "tactical". Super tactical. So very tactical.

    ๐Ÿ› Bug Fixes

    • closure-compiler: adds nocollapse to static members (#3519) (8758a5d)
    • closure-compiler: remove internal flag from _isScalar (#3520) (b3a657d)
    • closure-compiler: remove top level throws (#3518) (b069473)
    • closure-compiler: removes bad [@params](https://github.com/params) comments that caused issues (#3521) (09c874c)
    • compat: deprecate Observable.if/throw (#3527) (3116275)
    • compat: export TeardownLogic (#3532) (0c76e64), closes #3531
    • compat: remove observable/scalar deep import as it wasn't previously available (4566001)
    • โฑ Scheduler: export but deprecate (#3522) (a3e1fb8)
    • skipUntil: properly manages notifier subscription (889f84a), closes #1886
    • ๐Ÿ›  fix type mismatch in NodeStyleEventEmitter (#3530) (3f51ddd)
    • sourcemaps: fix mappings for source maps so they will work (#3523) (32e7f75), closes #3479

    ๐Ÿ”‹ Features

    • compat: add Observable extension classes with static create() (ecd7f68)
    • compat: add rxjs/interfaces exports (ba5c266)