# ng-japan OnAir vol.44 RxJS v7をキャッチアップ! ``` ng-japan OnAirはAngular日本ユーザー会が主催するオンラインイベントです https://community.angular.jp connpass: https://connpass.com/event/221333/ shownote: https://hackmd.io/@lacolaco/rkOoQZO1t #Angular #ng_jp_onair ``` ## アジェンダ - RxJS v7をキャッチアップ ## RxJS v6とv7の大きな変更 4月に開催されたRxJS Live Asiaの基調講演より [RxJS Live Asia 2021 \- Google スライド](https://docs.google.com/presentation/d/1-LU7YE3NWw8jHeAgdmLu4CBfG7osCx6MsSIeFs16k60/edit#slide=id.g389cbad6b8_0_36) ![](https://i.imgur.com/RpPgYcf.png) ## 7.0以降の変更 [rxjs/CHANGELOG\.md at master · ReactiveX/rxjs](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) ### 7.1.0 - [feat\(Subject\): add isObserved\(\) api by bbarry · Pull Request \#6405 · ReactiveX/rxjs](https://github.com/ReactiveX/rxjs/pull/6405) - `Subject#observed: boolean` の追加 - `Subject#observers` は廃止予定 ### 7.2.0 - [feat: operators are all exported at the top level, from "rxjs"\. by benlesh · Pull Request \#6488 · ReactiveX/rxjs](https://github.com/ReactiveX/rxjs/pull/6488) - すべてのオペレーターを `rxjs` からインポート可能に変更 - `rxjs/operators`は廃止予定 ### 7.3.0 - [feat\(retry\): Add configurable delay by benlesh · Pull Request \#6421 · ReactiveX/rxjs](https://github.com/ReactiveX/rxjs/pull/6421) - `retry` オペレーターに `delay` オプションを追加 - [feat\(tap\): Adds subscribe, unsubscribe, finalize handlers by benlesh · Pull Request \#6527 · ReactiveX/rxjs](https://github.com/ReactiveX/rxjs/pull/6527) - `tap` にnext以外のイベントのハンドラーを設定するオーバーロードを追加 ###### tags: `ng_jp_onair`